X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FrebuildSitesCache.php;h=93e6d478da368bb220ddcff7c33b770e2251ac6b;hb=3d95da4952619f9f773298c4461ccfc646fb18a9;hp=230e86d48a5f1778c859cfdb37a9d91b969356ae;hpb=cc28eaeb0930c2d876ee6205de035a12e142d38f;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/rebuildSitesCache.php b/maintenance/rebuildSitesCache.php index 230e86d48a..93e6d478da 100644 --- a/maintenance/rebuildSitesCache.php +++ b/maintenance/rebuildSitesCache.php @@ -55,7 +55,7 @@ class RebuildSitesCache extends Maintenance { $jsonFile = $this->getConfig()->get( 'SitesCacheFile' ); if ( $jsonFile === false ) { - $this->error( 'Error: No file set in configuration for SitesCacheFile.', 1 ); + $this->fatalError( 'Error: No file set in configuration for SitesCacheFile.' ); } }