X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcompareParserCache.php;h=b12974b06e9e1cb68380a1c122b42b8ee2f3042c;hb=e2f61aa44095d56af0d4b25a59e25b55a6c297bc;hp=afbb2685e0b13ebfddd74dad809558c32021be54;hpb=31bc1e9c3546a97220cd7c550c57fad3d4f4304d;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/compareParserCache.php b/maintenance/compareParserCache.php index afbb2685e0..b12974b06e 100644 --- a/maintenance/compareParserCache.php +++ b/maintenance/compareParserCache.php @@ -108,5 +108,5 @@ class CompareParserCache extends Maintenance { } } -$maintClass = "CompareParserCache"; +$maintClass = CompareParserCache::class; require_once RUN_MAINTENANCE_IF_MAIN;