From 1aa258eae4d6a0bd086f1981694c2e1b21e9331b Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Tue, 22 Oct 2013 16:19:22 +0200 Subject: [PATCH] Fixed share with link that doesn't appear --- index.php | 1 + templates/documents.php | 1 + 2 files changed, 2 insertions(+) diff --git a/index.php b/index.php index 0cd0392b..05f277ac 100755 --- a/index.php +++ b/index.php @@ -49,5 +49,6 @@ $tmpl->assign('useUnstable', $unstable); $tmpl->assign('uploadMaxFilesize', $maxUploadFilesize); $tmpl->assign('uploadMaxHumanFilesize', \OCP\Util::humanFileSize($maxUploadFilesize)); $tmpl->assign('savePath', $savePath); +$tmpl->assign("allowShareWithLink", \OC_Appconfig::getValue('core', 'shareapi_allow_links', 'yes')); $tmpl->printPage(); diff --git a/templates/documents.php b/templates/documents.php index 536ea0f4..34192d6a 100755 --- a/templates/documents.php +++ b/templates/documents.php @@ -34,3 +34,4 @@ +