diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-02-12 13:10:26 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-02-12 13:10:26 +0100 |
commit | 14e3d77d64a83704d224ca91b5736ec2e94ee01b (patch) | |
tree | afc5a76fc2ff55d9e46ea6abdabd1c430a759c70 /apps/user_ldap/user_proxy.php | |
parent | 5731a1b01cc5ba1a4f1226336a56761d967c8e88 (diff) | |
download | nextcloud-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.php | 2 |
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 |