From: Thomas Mueller Date: Tue, 12 Feb 2013 12:10:26 +0000 (+0100) Subject: https://github.com/owncloud/core/pull/1598#discussion_r2976684 X-Git-Tag: v5.0.0beta1~51^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=14e3d77d64a83704d224ca91b5736ec2e94ee01b;p=nextcloud-server.git https://github.com/owncloud/core/pull/1598#discussion_r2976684 --- 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