diff options
author | Brion Vibber <brion@pobox.com> | 2010-10-12 16:33:36 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-10-12 16:33:36 -0700 |
commit | 5f81f6119be8ec0a100cefcaa6f886d16f3be5c5 (patch) | |
tree | a48949c9c2adb8bd8dac06ce633baa6e69f07147 /classes/Profile.php | |
parent | aa02f6020e16f722d5194ad97e66a57ab1d8c29c (diff) | |
parent | 112b6c40793a18262425ca039e4fe4a6eb68bce4 (diff) |
Merge branch '0.9.x' into 1.0.x
Diffstat (limited to 'classes/Profile.php')
-rw-r--r-- | classes/Profile.php | 1 |
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: |