X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fmwdocgen.php;h=2d6a0bebe30a7563d77fb6082a7f8886385dec54;hb=4b9317c97a9a09ef3fe58e2013d83aeb47daf064;hp=94472683df0919744f41f0d32cfc91226f955042;hpb=b72c4df18b00b3948f0319fa5b01f969e1b92dbd;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/mwdocgen.php b/maintenance/mwdocgen.php index 94472683df..2d6a0bebe3 100644 --- a/maintenance/mwdocgen.php +++ b/maintenance/mwdocgen.php @@ -165,5 +165,5 @@ TEXT } } -$maintClass = 'MWDocGen'; +$maintClass = MWDocGen::class; require_once RUN_MAINTENANCE_IF_MAIN;