Skip to content

Commit

Permalink
Merge pull request #10878 from owncloud/remove_leftover
Browse files Browse the repository at this point in the history
remove a left over that uselessly fetches all users
  • Loading branch information
butonic committed Sep 5, 2014
2 parents f268eee + e638a9a commit eb682a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/files_external/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
$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();

0 comments on commit eb682a3

Please sign in to comment.