Index: trunk/extensions/CodeReview/api/ApiCodeRevisions.php |
— | — | @@ -80,7 +80,7 @@ |
81 | 81 | private function formatRow( $row ) { |
82 | 82 | $item = array(); |
83 | 83 | if ( isset( $this->props['revid'] ) ) { |
84 | | - $item['revid'] = intval( $row->cr_rev_id ); |
| 84 | + $item['revid'] = intval( $row->cr_id ); |
85 | 85 | } |
86 | 86 | if ( isset( $this->props['status'] ) ) { |
87 | 87 | $item['status'] = $row->cr_status; |