Skip to content
Snippets Groups Projects
Commit 14e3d77d authored by Thomas Müller's avatar Thomas Müller
Browse files
parent 5731a1b0
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment