minor bug
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 12 Dec 2004 05:16:24 +0000 (05:16 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 12 Dec 2004 05:16:24 +0000 (05:16 +0000)
includes/HistoryBlob.php

index ebc4714..ffbfc13 100644 (file)
@@ -122,7 +122,7 @@ class ConcatenatedGzipHistoryBlob extends HistoryBlob
                if ( count( $this->mItems ) == 0 ) {
                        return true;
                }
-               if ( $this->mFast ) {
+               if ( !$this->mFast ) {
                        $this->uncompress();
                        $record = serialize( $this->mItems );
                        $size = strlen( $record );