diff options
Diffstat (limited to 'maintenance/pruneFileCache.php')
-rw-r--r-- | maintenance/pruneFileCache.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maintenance/pruneFileCache.php b/maintenance/pruneFileCache.php index e058e3ec..48d38977 100644 --- a/maintenance/pruneFileCache.php +++ b/maintenance/pruneFileCache.php @@ -21,7 +21,7 @@ * @ingroup Maintenance */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script that prunes file cache for pages, objects, resources, etc. @@ -108,4 +108,4 @@ class PruneFileCache extends Maintenance { } $maintClass = "PruneFileCache"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN; |