From: Chad Horohoe Date: Mon, 12 Dec 2011 13:45:33 +0000 (+0000) Subject: Self-revert r105872, there's a deeper issue here X-Git-Tag: 1.31.0-rc.0~26049 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=08bcda145b5db5c4b946ad876bb3b1296140ca53;p=lhc%2Fweb%2Fwiklou.git Self-revert r105872, there's a deeper issue here --- diff --git a/includes/Revision.php b/includes/Revision.php index ae081634d7..3604b13541 100644 --- a/includes/Revision.php +++ b/includes/Revision.php @@ -124,7 +124,7 @@ class Revision { 'text_id' => isset( $row->ar_text_id ) ? $row->ar_text_id : null, 'deleted' => $row->ar_deleted, 'len' => $row->ar_len, - 'sha1' => isset( $row->ar_sha1 ) ? $row->ar_sha1 : null, + 'sha1' => $row->ar_sha1 ); if ( isset( $row->ar_text ) && !$row->ar_text_id ) { // Pre-1.5 ar_text row