diff options
author | Evan Prodromou <evan@status.net> | 2010-02-06 11:36:59 +0100 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-06 11:36:59 +0100 |
commit | 5fdcd88176010a72b6a157170784a8aad7bf4131 (patch) | |
tree | b413d0f615ba48a0814a4c76365c831be8af0782 /lib/right.php | |
parent | 823939ca84bd19ced394771d3f08b7c72a9dec84 (diff) |
Moderator can make users admins of a group
Diffstat (limited to 'lib/right.php')
-rw-r--r-- | lib/right.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/right.php b/lib/right.php index 5e66eae0e..4e9c5a918 100644 --- a/lib/right.php +++ b/lib/right.php @@ -57,5 +57,6 @@ class Right const EMAILONREPLY = 'emailonreply'; const EMAILONSUBSCRIBE = 'emailonsubscribe'; const EMAILONFAVE = 'emailonfave'; + const MAKEGROUPADMIN = 'makegroupadmin'; } |