[Pkg-owncloud-commits] [owncloud] 46/145: remove unused variable
David Prévot
taffit at moszumanska.debian.org
Wed Feb 26 16:27:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit a9a92892be7cbb7c0b9f5c9819203e2f6c724ad6
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date: Wed Feb 5 11:15:04 2014 +0100
remove unused variable
---
apps/files_sharing/public.php | 1 -
1 file changed, 1 deletion(-)
diff --git a/apps/files_sharing/public.php b/apps/files_sharing/public.php
index 620e61c..23e147e 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));
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list