This commit is contained in:
parent
5731a1b01c
commit
14e3d77d64
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue