Thomas Mueller 2013-02-12 13:10:26 +01:00
parent 5731a1b01c
commit 14e3d77d64
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ class User_Proxy extends lib\Proxy implements \OCP\UserInterface {
* @return bool * @return bool
*/ */
public function hasUserListings() { public function hasUserListings() {
return true; return $this->refBackend->hasUserListings();
} }
} }