X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fshell.php;h=c8a8a4527fa4f524e53bb5ef923a4ee7ce53f86b;hb=107ee818cfd738db3bf1be86a52773e3e7760c0f;hp=75b2e22ce91ae930a3df01dc98c60645f4f7a5dd;hpb=d0a8e6b9b30272ec216a8a2ceda3b7fc60db1e7a;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;