r105874 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105873‎ | r105874 | r105875 >
Date:13:45, 12 December 2011
Author:demon
Status:ok
Tags:
Comment:
Self-revert r105872, there's a deeper issue here
Modified paths:
  • /trunk/phase3/includes/Revision.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Revision.php
@@ -124,7 +124,7 @@
125125 'text_id' => isset( $row->ar_text_id ) ? $row->ar_text_id : null,
126126 'deleted' => $row->ar_deleted,
127127 'len' => $row->ar_len,
128 - 'sha1' => isset( $row->ar_sha1 ) ? $row->ar_sha1 : null,
 128+ 'sha1' => $row->ar_sha1
129129 );
130130 if ( isset( $row->ar_text ) && !$row->ar_text_id ) {
131131 // Pre-1.5 ar_text row

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r105872(bug 32984) ar_sha1 might not be setdemon13:11, 12 December 2011

Status & tagging log