Skip to content
Snippets Groups Projects
Commit abb9f52d authored by Georg Ehrke's avatar Georg Ehrke
Browse files

add isGroupAccessible in OC_SubAdmin

parent 6cf418f2
No related branches found
No related tags found
No related merge requests found
......@@ -148,4 +148,11 @@ class OC_SubAdmin{
}
return false;
}
/*
* @brief alias for self::isSubAdminofGroup()
*/
public static function isGroupAccessible($subadmin, $group){
return self::isSubAdminofGroup($subadmin, $group);
}
}
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