X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FclearCacheStats.php;h=6a966121545707c038452eb482e3b1717880d57e;hb=f9278e62bcf529f04bf97cab699a52e901b8cb3e;hp=7a0d664aa549abe9222ca4011cdf948a5e025249;hpb=b4ceb49513aff36e08894f7fc8b7b336b8dac636;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/clearCacheStats.php b/maintenance/clearCacheStats.php index 7a0d664aa5..6a96612154 100644 --- a/maintenance/clearCacheStats.php +++ b/maintenance/clearCacheStats.php @@ -21,7 +21,7 @@ * @ingroup Maintenance */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script to remove all statistics tracking from the cache. @@ -57,4 +57,4 @@ class ClearCacheStats extends Maintenance { } $maintClass = "ClearCacheStats"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;