summaryrefslogtreecommitdiff
path: root/classes/Profile.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-10-13 15:46:45 -0700
committerBrion Vibber <brion@pobox.com>2010-10-13 15:46:45 -0700
commit4101de7dd7cf059816c29c666c816f260a84c252 (patch)
treedce4b95ec0270ec2cf4dfc357229ee569e1a48f0 /classes/Profile.php
parent621233e1ad6956cfb543042a1493a04b243e92ca (diff)
parentf79dbaf9a76c10969dbc45fd43a0bb26f5f64ed4 (diff)
Merge branch '1.0.x' into schema-x
Diffstat (limited to 'classes/Profile.php')
-rw-r--r--classes/Profile.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/Profile.php b/classes/Profile.php
index 1d130c44a..8b05bcbf9 100644
--- a/classes/Profile.php
+++ b/classes/Profile.php
@@ -854,6 +854,7 @@ class Profile extends Memcached_DataObject
case Right::SANDBOXUSER:
case Right::SILENCEUSER:
case Right::DELETEUSER:
+ case Right::DELETEGROUP:
$result = $this->hasRole(Profile_role::MODERATOR);
break;
case Right::CONFIGURESITE: