From: Sam Reed Date: Mon, 14 Mar 2011 20:26:15 +0000 (+0000) Subject: Fix artifact of 2 working copies from r83831 X-Git-Tag: 1.31.0-rc.0~31412 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=7c6905869a41487182c68eb4de04718da3c13990;p=lhc%2Fweb%2Fwiklou.git Fix artifact of 2 working copies from r83831 --- diff --git a/includes/api/ApiQueryAllmessages.php b/includes/api/ApiQueryAllmessages.php index 85b34d648b..2801fa459f 100644 --- a/includes/api/ApiQueryAllmessages.php +++ b/includes/api/ApiQueryAllmessages.php @@ -138,7 +138,7 @@ class ApiQueryAllmessages extends ApiQueryBase { if ( $customiseFilterEnabled ) { $messageIsCustomised = isset( $customisedMessages['pages'][ $langObj->ucfirst( $message ) ] ); - if ( $customised === $messageIsCustomised && $customised ) { + if ( $customised === $messageIsCustomised ) { if ( $customised ) { $a['customised'] = ''; }