X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fsqlite.php;h=fbde4175bc92010575fa2e35d52c03ade82b1e41;hb=7a46b709aa5310499c48b4374a53c0b20e4a5bd9;hp=e74a86cf6961495a2e114af6ff3cef406aeabbf6;hpb=d7a9ccee2dc835d2b662c7bc8b7ff655d762c093;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/sqlite.php b/maintenance/sqlite.php index e74a86cf69..fbde4175bc 100644 --- a/maintenance/sqlite.php +++ b/maintenance/sqlite.php @@ -83,7 +83,7 @@ class SqliteMaintenance extends Maintenance { private function vacuum() { $prevSize = filesize( $this->db->getDbFilePath() ); if ( $prevSize == 0 ) { - $this->error( "Can't vacuum an empty database.\n", true ); + $this->fatalError( "Can't vacuum an empty database.\n" ); } $this->output( 'VACUUM: ' );