]> source.dussan.org Git - nextcloud-server.git/commitdiff
https://github.com/owncloud/core/pull/1598#discussion_r2976684
authorThomas Mueller <thomas.mueller@tmit.eu>
Tue, 12 Feb 2013 12:10:26 +0000 (13:10 +0100)
committerThomas Mueller <thomas.mueller@tmit.eu>
Tue, 12 Feb 2013 12:10:26 +0000 (13:10 +0100)
apps/user_ldap/user_proxy.php

index b150e2f32c3181670bae94555bafea58553268f0..6a75bae3815f0cbdb1b4b416cc9dacc58192d44d 100644 (file)
@@ -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