summaryrefslogtreecommitdiff
path: root/lib/right.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-10-12 15:49:20 -0700
committerBrion Vibber <brion@pobox.com>2010-10-12 15:49:20 -0700
commitf4f16af8ac6c2bb1d5561bd85b4908fd3f9e1dbb (patch)
treeece8435220021819467e394845d1195d0735155a /lib/right.php
parentbc0d7f14db27881e2dc8fad8b02ce4e2cfd19847 (diff)
Add a basic group deletion for moderator users.
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 deb451fde..bacbea5f2 100644
--- a/lib/right.php
+++ b/lib/right.php
@@ -60,5 +60,6 @@ class Right
const MAKEGROUPADMIN = 'makegroupadmin';
const GRANTROLE = 'grantrole';
const REVOKEROLE = 'revokerole';
+ const DELETEGROUP = 'deletegroup';
}