summaryrefslogtreecommitdiffstats
path: root/apps/files/index.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-01-28 00:29:46 -0800
committerThomas Müller <thomas.mueller@tmit.eu>2013-01-28 00:29:46 -0800
commit31d83fddc482959d7fb4f7377cc7020c59c30951 (patch)
tree2294989764a9f87e8965a8ea8e71aadc5d09bfb4 /apps/files/index.php
parent44d6ff61e254635f055a1c92f12c653e5b1a1e7b (diff)
parent2e42c6f54f85c5ac5b339625d04685535ac69d40 (diff)
downloadnextcloud-server-31d83fddc482959d7fb4f7377cc7020c59c30951.tar.gz
nextcloud-server-31d83fddc482959d7fb4f7377cc7020c59c30951.zip
Merge pull request #1321 from owncloud/csp-fixes
Files: CSP fixes
Diffstat (limited to 'apps/files/index.php')
-rw-r--r--apps/files/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/index.php b/apps/files/index.php
index 9ee5cae6c85..e3197b9e3c0 100644
--- a/apps/files/index.php
+++ b/apps/files/index.php
@@ -76,6 +76,7 @@ $list = new OCP\Template('files', 'part.list', '');
$list->assign('files', $files, false);
$list->assign('baseURL', OCP\Util::linkTo('files', 'index.php') . '?dir=', false);
$list->assign('downloadURL', OCP\Util::linkTo('files', 'download.php') . '?file=', false);
+$list->assign('disableSharing', false);
$breadcrumbNav = new OCP\Template('files', 'part.breadcrumb', '');
$breadcrumbNav->assign('breadcrumb', $breadcrumb, false);
$breadcrumbNav->assign('baseURL', OCP\Util::linkTo('files', 'index.php') . '?dir=', false);