X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fmwdocgen.php;h=2d6a0bebe30a7563d77fb6082a7f8886385dec54;hb=35b246e4a7f38796924b7ade51c36962e634e508;hp=94472683df0919744f41f0d32cfc91226f955042;hpb=58858df842f91d9ea1c9f9b6f3c767d8b204886b;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;