r96647 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96646‎ | r96647 | r96648 >
Date:05:17, 9 September 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Followup r96543, + is not the correct thing to use here
Modified paths:
  • /trunk/phase3/includes/LogEventsList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/LogEventsList.php
@@ -976,7 +976,7 @@
977977 $info = array(
978978 'tables' => $tables,
979979 'fields' => $fields,
980 - 'conds' => $conds + $this->mConds,
 980+ 'conds' => array_merge( $conds, $this->mConds ),
981981 'options' => $options,
982982 'join_conds' => $joins,
983983 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96543Change LogEventsList to use query info from DatabaseLogEntry....nikerabbit08:46, 8 September 2011

Status & tagging log