From: Antoine Musso Date: Mon, 16 Jan 2012 10:36:55 +0000 (+0000) Subject: typo in r103711: right -> rights X-Git-Tag: 1.31.0-rc.0~25246 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=73ff2e95162844cf338701f3a71f64a427d55982;p=lhc%2Fweb%2Fwiklou.git typo in r103711: right -> rights --- diff --git a/includes/specials/SpecialLog.php b/includes/specials/SpecialLog.php index 0c670f5c5c..64190df187 100644 --- a/includes/specials/SpecialLog.php +++ b/includes/specials/SpecialLog.php @@ -38,7 +38,7 @@ class SpecialLog extends SpecialPage { private $typeOnUser = array( 'block', 'newusers', - 'right', + 'rights', ); public function __construct() {