r6650 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r6649‎ | r6650 | r6651 >
Date:05:16, 12 December 2004
Author:timstarling
Status:old
Tags:
Comment:
minor bug
Modified paths:
  • /trunk/phase3/includes/HistoryBlob.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/HistoryBlob.php
@@ -122,7 +122,7 @@
123123 if ( count( $this->mItems ) == 0 ) {
124124 return true;
125125 }
126 - if ( $this->mFast ) {
 126+ if ( !$this->mFast ) {
127127 $this->uncompress();
128128 $record = serialize( $this->mItems );
129129 $size = strlen( $record );

Status & tagging log