X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpageExists.php;h=dc9bbdacabc406a4e34b7abdda12be4096cb5a22;hb=de6dab71e3ea0166095b6c6e3837255d1e56b887;hp=24ec8cb83999e87c701cc15e2a480953b1966d19;hpb=58858df842f91d9ea1c9f9b6f3c767d8b204886b;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;