r83958 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83957‎ | r83958 | r83959 >
Date:20:26, 14 March 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix artifact of 2 working copies from r83831
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryAllmessages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryAllmessages.php
@@ -138,7 +138,7 @@
139139
140140 if ( $customiseFilterEnabled ) {
141141 $messageIsCustomised = isset( $customisedMessages['pages'][ $langObj->ucfirst( $message ) ] );
142 - if ( $customised === $messageIsCustomised && $customised ) {
 142+ if ( $customised === $messageIsCustomised ) {
143143 if ( $customised ) {
144144 $a['customised'] = '';
145145 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83831* (bug 27183) API: Add filter by customisation state for meta=allmessagesreedy16:36, 13 March 2011

Status & tagging log