summaryrefslogtreecommitdiff
path: root/includes/LinkBatch.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/LinkBatch.php')
-rw-r--r--includes/LinkBatch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/LinkBatch.php b/includes/LinkBatch.php
index bdc4b43a..d9a9666d 100644
--- a/includes/LinkBatch.php
+++ b/includes/LinkBatch.php
@@ -134,7 +134,7 @@ class LinkBatch {
$sql = "SELECT page_id, page_namespace, page_title, page_len, page_is_redirect FROM $page WHERE $set";
// Do query
- $res = new ResultWrapper( $dbr, $dbr->query( $sql, __METHOD__ ) );
+ $res = $dbr->query( $sql, __METHOD__ );
wfProfileOut( __METHOD__ );
return $res;
}