r79404 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79403‎ | r79404 | r79405 >
Date:01:19, 1 January 2011
Author:reedy
Status:ok
Tags:
Comment:
And the fail still in 79403. BAH
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' ),

Status & tagging log