From: Happy-melon Date: Mon, 27 Dec 2010 19:50:51 +0000 (+0000) Subject: Follow-up r79083: Fix notices on TW. X-Git-Tag: 1.31.0-rc.0~33050 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=172703c264738ff03498bed685d4d830b801a82f;p=lhc%2Fweb%2Fwiklou.git Follow-up r79083: Fix notices on TW. --- diff --git a/includes/ChangesList.php b/includes/ChangesList.php index 544151c6e2..745fadfb03 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -124,8 +124,8 @@ class ChangesList { # Inconsistent naming, bleh $map = array( 'newpage' => 'newpage', - 'minor' => 'minor', - 'bot' => 'bot', + 'minor' => 'minoredit', + 'bot' => 'botedit', 'unpatrolled' => 'unpatrolled', ); $flag = $map[$flag];