]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove unused variable
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 20 Jan 2014 16:27:03 +0000 (17:27 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 20 Jan 2014 16:27:03 +0000 (17:27 +0100)
apps/files_sharing/public.php

index e3d689554399484be988e21161292396a89a0702..490cea570bc1b7574d09b07c5857319994baa182 100644 (file)
@@ -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));