r111457 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111456‎ | r111457 | r111458 >
Date:12:54, 14 February 2012
Author:siebrand
Status:ok
Tags:
Comment:
Follow-up r111456: Cheaper check first.
Modified paths:
  • /trunk/extensions/Translate/MessageGroups.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/MessageGroups.php
@@ -1330,7 +1330,7 @@
13311331 $group = self::getGroup( $id );
13321332
13331333 if ( $group !== null ) {
1334 - if( $group->isMeta() && $skipMeta ) {
 1334+ if( $skipMeta && $group->isMeta() ) {
13351335 continue;
13361336 } else {
13371337 $groups[$id] = $group;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111456* update documentation....siebrand12:45, 14 February 2012

Status & tagging log