X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=maintenance%2Fshell.php;h=c8a8a4527fa4f524e53bb5ef923a4ee7ce53f86b;hb=dfa0cc6df9cf1d4cc2cb7ce87ce245bcdd6d1c89;hp=75b2e22ce91ae930a3df01dc98c60645f4f7a5dd;hpb=d84c3dde5af90c5c3497d18e427a5c2a38ac6ca8;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;