X-Git-Url: http://git.cyclocoop.org/fichier?a=blobdiff_plain;f=maintenance%2FimportDump.php;h=965906f2292a1395e529cc8d271f4af5316c5466;hb=a8e1051d4c47f8c5b2c55b072f903fdc0469849e;hp=918c1ab98bfdac1cd13e4641fa10df7292f97958;hpb=e27cf1f7ef3e09d0ca7f97bee9c046e13abe35f6;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;