X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcompareParserCache.php;h=b12974b06e9e1cb68380a1c122b42b8ee2f3042c;hb=5db74eb56e425ba803b2cc936fbe3e5cc219b482;hp=afbb2685e0b13ebfddd74dad809558c32021be54;hpb=7fb76ead10afe6208313e32cfedd431a7ed3db9d;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;