X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FclearCacheStats.php;h=6a966121545707c038452eb482e3b1717880d57e;hb=a1e005155921aa23f099c2b6098e1f57427f0166;hp=7a0d664aa549abe9222ca4011cdf948a5e025249;hpb=c8543fe0bffafec21f2d2774ecc25cdfdcd44c84;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;