From: Tim Starling Date: Sun, 12 Dec 2004 05:16:24 +0000 (+0000) Subject: minor bug X-Git-Tag: 1.5.0alpha1~1100 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=426deec1007e12a5fa510a4cb2d7fdc0077c821d;p=lhc%2Fweb%2Fwiklou.git minor bug --- diff --git a/includes/HistoryBlob.php b/includes/HistoryBlob.php index ebc47145d4..ffbfc13bde 100644 --- a/includes/HistoryBlob.php +++ b/includes/HistoryBlob.php @@ -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 );