Index: trunk/phase3/includes/Revision.php |
— | — | @@ -124,7 +124,7 @@ |
125 | 125 | 'text_id' => isset( $row->ar_text_id ) ? $row->ar_text_id : null, |
126 | 126 | 'deleted' => $row->ar_deleted, |
127 | 127 | 'len' => $row->ar_len, |
128 | | - 'sha1' => isset( $row->ar_sha1 ) ? $row->ar_sha1 : null, |
| 128 | + 'sha1' => $row->ar_sha1 |
129 | 129 | ); |
130 | 130 | if ( isset( $row->ar_text ) && !$row->ar_text_id ) { |
131 | 131 | // Pre-1.5 ar_text row |