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:
authorArthur Schiwon <blizzz@owncloud.com>2014-09-05 12:35:24 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-10-13 19:18:35 +0400
commitabc2aad2a1f1c43b3f936607341dcde3e00e3e55 (patch)
tree10b1f92f2051b90d5586db68910c0d2214b362be /apps
parentcb74d8ac0e319468b834a1bf046693c067fae991 (diff)
no need to load display names
Diffstat (limited to 'apps')
-rw-r--r--apps/files_external/settings.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_external/settings.php b/apps/files_external/settings.php
index 4d46f1da616..b8b928db350 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();