Index: trunk/phase3/includes/HistoryBlob.php |
— | — | @@ -122,7 +122,7 @@ |
123 | 123 | if ( count( $this->mItems ) == 0 ) { |
124 | 124 | return true; |
125 | 125 | } |
126 | | - if ( $this->mFast ) { |
| 126 | + if ( !$this->mFast ) { |
127 | 127 | $this->uncompress(); |
128 | 128 | $record = serialize( $this->mItems ); |
129 | 129 | $size = strlen( $record ); |