diff options
Diffstat (limited to 'lib/public/GroupInterface.php')
-rw-r--r-- | lib/public/GroupInterface.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/GroupInterface.php b/lib/public/GroupInterface.php index 97837e50b16..a9b1fd1724d 100644 --- a/lib/public/GroupInterface.php +++ b/lib/public/GroupInterface.php @@ -51,6 +51,7 @@ interface GroupInterface { //OBSOLETE const GET_DISPLAYNAME = 0x00010000; const COUNT_USERS = 0x00100000; const GROUP_DETAILS = 0x01000000; + const IS_ADMIN = 0x10000000; /** * Check if backend implements actions |