diff --git a/apps/user_ldap/user_proxy.php b/apps/user_ldap/user_proxy.php index b150e2f32c..6a75bae381 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