[Pkg-owncloud-commits] [owncloud] 28/258: remove a left over that uselessly fetches all users

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:22:17 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 e638a9a4440f7916d791a88b1256620f3fe0ac22
Author: Arthur Schiwon <blizzz at owncloud.com>
Date:   Fri Sep 5 10:27:34 2014 +0200

    remove a left over that uselessly fetches all users
---
 apps/files_external/settings.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/files_external/settings.php b/apps/files_external/settings.php
index 5ef1cb7..4c87360 100644
--- a/apps/files_external/settings.php
+++ b/apps/files_external/settings.php
@@ -47,7 +47,6 @@ $tmpl->assign('isAdminPage', true);
 $tmpl->assign('mounts', OC_Mount_Config::getSystemMountPoints());
 $tmpl->assign('backends', $backends);
 $tmpl->assign('personal_backends', $personal_backends);
-$tmpl->assign('userDisplayNames', OC_User::getDisplayNames());
 $tmpl->assign('dependencies', OC_Mount_Config::checkDependencies());
 $tmpl->assign('allowUserMounting', OCP\Config::getAppValue('files_external', 'allow_user_mounting', 'yes'));
 return $tmpl->fetchPage();

-- 
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