[Pkg-owncloud-commits] [owncloud] 16/34: no need to load display names

David Prévot taffit at moszumanska.debian.org
Thu Nov 13 19:37:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v6.0.6
in repository owncloud.

commit abc2aad2a1f1c43b3f936607341dcde3e00e3e55
Author: Arthur Schiwon <blizzz at owncloud.com>
Date:   Fri Sep 5 10:35:24 2014 +0200

    no need to load display names
---
 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 4d46f1d..b8b928d 100644
--- a/apps/files_external/settings.php
+++ b/apps/files_external/settings.php
@@ -30,7 +30,6 @@ $tmpl = new OCP\Template('files_external', 'settings');
 $tmpl->assign('isAdminPage', true);
 $tmpl->assign('mounts', OC_Mount_Config::getSystemMountPoints());
 $tmpl->assign('backends', OC_Mount_Config::getBackends());
-$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