r51913 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51912‎ | r51913 | r51914 >
Date:17:36, 15 June 2009
Author:mrzman
Status:ok
Tags:
Comment:
(bug 19218) Fix for r49057, join_conds were being passed as query options
Modified paths:
  • /trunk/extensions/AbuseFilter/SpecialAbuseLog.php (modified) (history)

Diff [purge]

Index: trunk/extensions/AbuseFilter/SpecialAbuseLog.php
@@ -128,7 +128,7 @@
129129 $dbr = wfGetDB( DB_SLAVE );
130130
131131 $row = $dbr->selectRow( array('abuse_filter_log','abuse_filter'), '*',
132 - array( 'afl_id' => $id ), __METHOD__,
 132+ array( 'afl_id' => $id ), __METHOD__, array(),
133133 array( 'abuse_filter' => array( 'left join', 'af_id=afl_filter') ) );
134134
135135 if ( !$row ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r49057Change join on abuse_filter to a LEFT JOIN to fix details view for matches on...werdna04:00, 31 March 2009

Status & tagging log