X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpageExists.php;h=dc9bbdacabc406a4e34b7abdda12be4096cb5a22;hb=a5bedbfbfeff58d65e8947906b2360ab2b7ce8e5;hp=24ec8cb83999e87c701cc15e2a480953b1966d19;hpb=3cc7f15766b65b9b3cba865760e590e948b5ba2a;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/pageExists.php b/maintenance/pageExists.php index 24ec8cb839..dc9bbdacab 100644 --- a/maintenance/pageExists.php +++ b/maintenance/pageExists.php @@ -49,5 +49,5 @@ class PageExists extends Maintenance { } } -$maintClass = "PageExists"; +$maintClass = PageExists::class; require_once RUN_MAINTENANCE_IF_MAIN;