r79403 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79402‎ | r79403 | r79404 >
Date:01:18, 1 January 2011
Author:reedy
Status:resolved
Tags:
Comment:
Fix syntax fail from r79402
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeReleaseNotes.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeReleaseNotes.php
@@ -57,7 +57,7 @@
5858 $where[] = 'cr_id >= ' . intval( $this->mStartRev );
5959 }
6060 if ( $this->mPath ) {
61 - $where[] = 'cr_path' => $this->mPath;
 61+ $where['cr_path'] => $this->mPath;
6262 }
6363 # Select commits within this range...
6464 $res = $dbr->select( array( 'code_rev', 'code_tags' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79402Do WHERE array a little bit more nicelyreedy01:15, 1 January 2011

Status & tagging log