X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fshell.php;h=c8a8a4527fa4f524e53bb5ef923a4ee7ce53f86b;hb=5cff12767ea31613c52c3b02e95f3b9a535e34c8;hp=75b2e22ce91ae930a3df01dc98c60645f4f7a5dd;hpb=bc6ed2ba24a8691ad6d6cc321a43720bcfb770e2;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/shell.php b/maintenance/shell.php index 75b2e22ce9..c8a8a4527f 100644 --- a/maintenance/shell.php +++ b/maintenance/shell.php @@ -96,5 +96,5 @@ class MediaWikiShell extends Maintenance { } -$maintClass = 'MediaWikiShell'; +$maintClass = MediaWikiShell::class; require_once RUN_MAINTENANCE_IF_MAIN;