r81047 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81046‎ | r81047 | r81048 >
Date:19:30, 26 January 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r81046, dropping merge of $this->getSpecializedWhereClause() that is superfluous and now removed
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeRevisionListView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeRevisionListView.php
@@ -203,8 +203,6 @@
204204 function getRevCount( $dbr ) {
205205 $query = $this->getPager()->getCountQuery();
206206
207 - $query['conds'] = array_merge( $query['conds'], $this->getSpecializedWhereClause() );
208 -
209207 $result = $dbr->selectRow( $query['tables'],
210208 $query['fields'],
211209 $query['conds'],

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81046* (bug 26235) Wrong number of total revisions...reedy19:13, 26 January 2011

Status & tagging log