From 9f9242ce6f4160746b92dc3da4ba2b9b7f52202d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 8 Dec 2011 08:51:21 +0000 Subject: [PATCH] Gender is already needed in addResultToCache --- includes/cache/LinkBatch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/cache/LinkBatch.php b/includes/cache/LinkBatch.php index 9b19ef1686..17e8739bc9 100644 --- a/includes/cache/LinkBatch.php +++ b/includes/cache/LinkBatch.php @@ -104,8 +104,8 @@ class LinkBatch { protected function executeInto( &$cache ) { wfProfileIn( __METHOD__ ); $res = $this->doQuery(); - $ids = $this->addResultToCache( $cache, $res ); $this->doGenderQuery(); + $ids = $this->addResultToCache( $cache, $res ); wfProfileOut( __METHOD__ ); return $ids; } -- 2.20.1