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