forgot to make one function abstract

This commit is contained in:
Robin Appelman 2012-07-20 19:03:33 +02:00
parent c9be9ab251
commit d393638cc8
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ abstract class OC_Group_Example {
* @param string $gid
* @return bool
*/
public function groupExists($gid);
abstract public function groupExists($gid);
/**
* @brief get a list of all users in a group