From 73ff2e95162844cf338701f3a71f64a427d55982 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 16 Jan 2012 10:36:55 +0000 Subject: [PATCH] typo in r103711: right -> rights --- includes/specials/SpecialLog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.20.1