Index: trunk/phase3/includes/Revision.php |
— | — | @@ -101,7 +101,7 @@ |
102 | 102 | */ |
103 | 103 | public static function newFromArchiveRow( $row, $overrides = array() ) { |
104 | 104 | $attribs = $overrides + array( |
105 | | - 'page' => isset( $row->page_id ) ? $row->page_id : null, |
| 105 | + 'page' => isset( $row->ar_page_id ) ? $row->ar_page_id : null, |
106 | 106 | 'id' => isset( $row->ar_rev_id ) ? $row->ar_rev_id : null, |
107 | 107 | 'comment' => $row->ar_comment, |
108 | 108 | 'user' => $row->ar_user, |