Merge branch 'master' into 0.9.x

This commit is contained in:
Brion Vibber 2010-10-13 12:04:20 -07:00
commit 6c77d86b7f
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class ModHelperPlugin extends Plugin
function onUserRightsCheck($profile, $right, &$result)
{
if ($right == Right::SILENCEUSER || $right == Right::SANDBOXUSER) {
if ($right == Right::SILENCEUSER) {
// Hrm.... really we should confirm that the *other* user isn't privleged. :)
if ($profile->hasRole('modhelper')) {
$result = true;