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 @@
204
204
function getRevCount( $dbr ) {
205
205
$query = $this->getPager()->getCountQuery();
206
206
207
- $query['conds'] = array_merge( $query['conds'], $this->getSpecializedWhereClause() );
208
-
209
207
$result = $dbr->selectRow( $query['tables'],
210
208
$query['fields'],
211
209
$query['conds'],
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r81046
* (
bug 26235
) Wrong number of total revisions...
reedy
19:13, 26 January 2011
Status & tagging log
14:54, 23 March 2011
😂
(
talk
|
contribs
)
changed the
status
of r81047
[
removed:
new
added:
ok]