r74661 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74660‎ | r74661 | r74662 >
Date:14:30, 12 October 2010
Author:catrope
Status:deferred
Tags:
Comment:
1.16wmf4: r74659
Modified paths:
  • /branches/wmf/1.16wmf4/extensions/CodeReview (modified) (history)
  • /branches/wmf/1.16wmf4/extensions/CodeReview/api/ApiCodeRevisions.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/extensions/CodeReview/api/ApiCodeRevisions.php
@@ -80,7 +80,7 @@
8181 private function formatRow( $row ) {
8282 $item = array();
8383 if ( isset( $this->props['revid'] ) ) {
84 - $item['revid'] = intval( $row->cr_rev_id );
 84+ $item['revid'] = intval( $row->cr_id );
8585 }
8686 if ( isset( $this->props['status'] ) ) {
8787 $item['status'] = $row->cr_status;
Property changes on: branches/wmf/1.16wmf4/extensions/CodeReview
___________________________________________________________________
Modified: svn:mergeinfo
8888 Merged /trunk/extensions/CodeReview:r74659

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74659Followup r69088, it's cr_id, not cr_rev_idreedy14:23, 12 October 2010

Status & tagging log