diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-07-20 19:03:33 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-07-20 19:03:33 +0200 |
commit | d393638cc89d029ce07688c98ee4a16161f8d8ab (patch) | |
tree | 961eb4b2bc6936907691eb65bb59208fa070bfdf /lib/group | |
parent | c9be9ab251681d96cfb620ca26778ba0005023d3 (diff) | |
download | nextcloud-server-d393638cc89d029ce07688c98ee4a16161f8d8ab.tar.gz nextcloud-server-d393638cc89d029ce07688c98ee4a16161f8d8ab.zip |
forgot to make one function abstract
Diffstat (limited to 'lib/group')
-rw-r--r-- | lib/group/example.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/group/example.php b/lib/group/example.php index f9c62fb9789..9c9ece5ac77 100644 --- a/lib/group/example.php +++ b/lib/group/example.php @@ -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 |