diff options
author | Brion Vibber <brion@pobox.com> | 2010-10-12 15:49:20 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-10-12 15:49:20 -0700 |
commit | f4f16af8ac6c2bb1d5561bd85b4908fd3f9e1dbb (patch) | |
tree | ece8435220021819467e394845d1195d0735155a /lib/right.php | |
parent | bc0d7f14db27881e2dc8fad8b02ce4e2cfd19847 (diff) |
Add a basic group deletion for moderator users.
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 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'; } |