typo in r103711: right -> rights
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 16 Jan 2012 10:36:55 +0000 (10:36 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 16 Jan 2012 10:36:55 +0000 (10:36 +0000)
includes/specials/SpecialLog.php

index 0c670f5..64190df 100644 (file)
@@ -38,7 +38,7 @@ class SpecialLog extends SpecialPage {
        private $typeOnUser = array(
                'block',
                'newusers',
-               'right',
+               'rights',
        );
 
        public function __construct() {