Index: trunk/phase3/includes/cache/LinkBatch.php |
— | — | @@ -104,8 +104,8 @@ |
105 | 105 | protected function executeInto( &$cache ) { |
106 | 106 | wfProfileIn( __METHOD__ ); |
107 | 107 | $res = $this->doQuery(); |
| 108 | + $this->doGenderQuery(); |
108 | 109 | $ids = $this->addResultToCache( $cache, $res ); |
109 | | - $this->doGenderQuery(); |
110 | 110 | wfProfileOut( __METHOD__ ); |
111 | 111 | return $ids; |
112 | 112 | } |