Index: trunk/extensions/CodeReview/ui/CodeReleaseNotes.php |
— | — | @@ -57,7 +57,7 @@ |
58 | 58 | $where[] = 'cr_id >= ' . intval( $this->mStartRev ); |
59 | 59 | } |
60 | 60 | if ( $this->mPath ) { |
61 | | - $where[] = 'cr_path' => $this->mPath; |
| 61 | + $where['cr_path'] => $this->mPath; |
62 | 62 | } |
63 | 63 | # Select commits within this range... |
64 | 64 | $res = $dbr->select( array( 'code_rev', 'code_tags' ), |