Skip to content
Snippets Groups Projects
Commit fa97c59f authored by Robin Appelman's avatar Robin Appelman
Browse files

fix group backend

parent b61f6438
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ abstract class OC_Group_Backend {
* @return bool
*/
public function groupExists($gid){
if(!$backend->implementsActions(OC_GROUP_BACKEND_GET_GROUPS)){
if(!$this->implementsActions(OC_GROUP_BACKEND_GET_GROUPS)){
return false;
}
return in_array($gid, $this->getGroups());
......
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