forgot to make one function abstract

remotes/origin/stable5
Robin Appelman 13 years ago
parent c9be9ab251
commit d393638cc8
  1. 2
      lib/group/example.php

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

Loading…
Cancel
Save