X-Git-Url: http://git.cyclocoop.org/%28?a=blobdiff_plain;f=maintenance%2FpruneFileCache.php;h=74298cb9ee2f3129c468b767083749030839098b;hb=b495d51657d5b488c23f82650615443215339232;hp=1035ff512f710c2550ab415f542f40547ef48308;hpb=3cc7f15766b65b9b3cba865760e590e948b5ba2a;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/pruneFileCache.php b/maintenance/pruneFileCache.php index 1035ff512f..74298cb9ee 100644 --- a/maintenance/pruneFileCache.php +++ b/maintenance/pruneFileCache.php @@ -107,5 +107,5 @@ class PruneFileCache extends Maintenance { } } -$maintClass = "PruneFileCache"; +$maintClass = PruneFileCache::class; require_once RUN_MAINTENANCE_IF_MAIN;