X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=blobdiff_plain;f=maintenance%2Fstorage%2FcompressOld.php;h=0ae46ae22a2e82edfa722a06a963b25dd6db3d6a;hb=9e34eeff23fdd46a8e9bddfbab39d45eab232827;hp=c17ce99ca791475c73f6d1ae14ee58474a2bf374;hpb=2dd58ade75d15a5895c0c010e17b6f729a0f72fe;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/storage/compressOld.php b/maintenance/storage/compressOld.php index c17ce99ca7..0ae46ae22a 100644 --- a/maintenance/storage/compressOld.php +++ b/maintenance/storage/compressOld.php @@ -103,8 +103,8 @@ class CompressOld extends Maintenance { public function execute() { global $wgDBname; if ( !function_exists( "gzdeflate" ) ) { - $this->error( "You must enable zlib support in PHP to compress old revisions!\n" . - "Please see http://www.php.net/manual/en/ref.zlib.php\n", true ); + $this->fatalError( "You must enable zlib support in PHP to compress old revisions!\n" . + "Please see http://www.php.net/manual/en/ref.zlib.php\n" ); } $type = $this->getOption( 'type', 'concat' );