r105522 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105521‎ | r105522 | r105523 >
Date:08:51, 8 December 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Gender is already needed in addResultToCache
Modified paths:
  • /trunk/phase3/includes/cache/LinkBatch.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/cache/LinkBatch.php
@@ -104,8 +104,8 @@
105105 protected function executeInto( &$cache ) {
106106 wfProfileIn( __METHOD__ );
107107 $res = $this->doQuery();
 108+ $this->doGenderQuery();
108109 $ids = $this->addResultToCache( $cache, $res );
109 - $this->doGenderQuery();
110110 wfProfileOut( __METHOD__ );
111111 return $ids;
112112 }

Sign-offs

UserFlagDate
Bawolffinspected07:20, 20 December 2011

Status & tagging log