summaryrefslogtreecommitdiff
path: root/lib/right.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-02-06 11:36:59 +0100
committerEvan Prodromou <evan@status.net>2010-02-06 11:36:59 +0100
commit5fdcd88176010a72b6a157170784a8aad7bf4131 (patch)
treeb413d0f615ba48a0814a4c76365c831be8af0782 /lib/right.php
parent823939ca84bd19ced394771d3f08b7c72a9dec84 (diff)
Moderator can make users admins of a group
Diffstat (limited to 'lib/right.php')
-rw-r--r--lib/right.php1
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';
}