summaryrefslogtreecommitdiff
path: root/maintenance/showCacheStats.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/showCacheStats.php')
-rw-r--r--maintenance/showCacheStats.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/maintenance/showCacheStats.php b/maintenance/showCacheStats.php
index 8f238680..cd9768d4 100644
--- a/maintenance/showCacheStats.php
+++ b/maintenance/showCacheStats.php
@@ -21,7 +21,7 @@
* @ingroup Maintenance
*/
-require_once( __DIR__ . '/Maintenance.php' );
+require_once __DIR__ . '/Maintenance.php';
/**
* Maintenance script that shows statistics from the cache.
@@ -103,4 +103,4 @@ class ShowCacheStats extends Maintenance {
}
$maintClass = "ShowCacheStats";
-require_once( RUN_MAINTENANCE_IF_MAIN );
+require_once RUN_MAINTENANCE_IF_MAIN;