Merge branch '0.9.x' into 1.0.x

This commit is contained in:
Brion Vibber
2010-10-12 16:33:36 -07:00
269 changed files with 7703 additions and 3045 deletions

View File

@@ -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: