Skip to content
Snippets Groups Projects
Commit d314c337 authored by Jakob Sack's avatar Jakob Sack
Browse files

do not redeclare methods

parent cb2d8db9
No related branches found
No related tags found
No related merge requests found
......@@ -142,13 +142,4 @@ class OC_GROUP {
public static function getGroups() {
return self::$_backend->getGroups();
}
/**
* create a new group
*
* @param string $name Name of the group
*/
public static function createGroup($name) {
return self::$_backend->createGroup($name);
}
}
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