summaryrefslogtreecommitdiffstats
path: root/apps/files/index.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-01-26 14:07:35 +0100
committerLukas Reschke <lukas@statuscode.ch>2013-01-26 14:07:35 +0100
commit2e42c6f54f85c5ac5b339625d04685535ac69d40 (patch)
tree8fc1c6c3118aa03e9581947d724497159f79e638 /apps/files/index.php
parent6c882d980681882134a93cfbb367fed816dfbb53 (diff)
downloadnextcloud-server-2e42c6f54f85c5ac5b339625d04685535ac69d40.tar.gz
nextcloud-server-2e42c6f54f85c5ac5b339625d04685535ac69d40.zip
Use HTML5 data attribute + fix undefined variable
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 2c6b689b0c9..378f5e02e62 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);