summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 5ef1cb7f14e..4c87360486a 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();