X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2Fshell.php;h=c8a8a4527fa4f524e53bb5ef923a4ee7ce53f86b;hp=75b2e22ce91ae930a3df01dc98c60645f4f7a5dd;hb=ebc5cca3181d19c4ed488ba78cd3a39446dcb055;hpb=d84c3dde5af90c5c3497d18e427a5c2a38ac6ca8 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;