X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FimportDump.php;h=965906f2292a1395e529cc8d271f4af5316c5466;hb=5db74eb56e425ba803b2cc936fbe3e5cc219b482;hp=918c1ab98bfdac1cd13e4641fa10df7292f97958;hpb=015055b17b706a83d18ae58e944e52392a13b460;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/importDump.php b/maintenance/importDump.php index 918c1ab98b..965906f229 100644 --- a/maintenance/importDump.php +++ b/maintenance/importDump.php @@ -346,5 +346,5 @@ TEXT } } -$maintClass = 'BackupReader'; +$maintClass = BackupReader::class; require_once RUN_MAINTENANCE_IF_MAIN;