summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/user_proxy.php
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-02-12 13:10:26 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2013-02-12 13:10:26 +0100
commit14e3d77d64a83704d224ca91b5736ec2e94ee01b (patch)
treeafc5a76fc2ff55d9e46ea6abdabd1c430a759c70 /apps/user_ldap/user_proxy.php
parent5731a1b01cc5ba1a4f1226336a56761d967c8e88 (diff)
downloadnextcloud-server-14e3d77d64a83704d224ca91b5736ec2e94ee01b.tar.gz
nextcloud-server-14e3d77d64a83704d224ca91b5736ec2e94ee01b.zip
https://github.com/owncloud/core/pull/1598#discussion_r2976684
Diffstat (limited to 'apps/user_ldap/user_proxy.php')
-rw-r--r--apps/user_ldap/user_proxy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/user_proxy.php b/apps/user_ldap/user_proxy.php
index b150e2f32c3..6a75bae3815 100644
--- a/apps/user_ldap/user_proxy.php
+++ b/apps/user_ldap/user_proxy.php
@@ -188,7 +188,7 @@ class User_Proxy extends lib\Proxy implements \OCP\UserInterface {
* @return bool
*/
public function hasUserListings() {
- return true;
+ return $this->refBackend->hasUserListings();
}
} \ No newline at end of file