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