Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-02-05 14:15:04 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-02-05 14:15:04 +0400
commita9a92892be7cbb7c0b9f5c9819203e2f6c724ad6 (patch)
tree1876d6b2509ab330907df80ae4af3cccee5fdbc3 /apps
parentd8770d1284cc64a6350d3f69a8c875b1dab14fc6 (diff)
remove unused variable
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/public.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/public.php b/apps/files_sharing/public.php
index 620e61c0344..23e147eecbe 100644
--- a/apps/files_sharing/public.php
+++ b/apps/files_sharing/public.php
@@ -159,7 +159,6 @@ if (isset($path)) {
if ($linkItem['item_type'] !== 'folder') {
$allowPublicUploadEnabled = false;
}
- $tmpl->assign('allowPublicUploadEnabled', $allowPublicUploadEnabled);
$tmpl->assign('uploadMaxFilesize', $maxUploadFilesize);
$tmpl->assign('uploadMaxHumanFilesize', OCP\Util::humanFileSize($maxUploadFilesize));