X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=blobdiff_plain;f=maintenance%2FimportDump.php;h=965906f2292a1395e529cc8d271f4af5316c5466;hb=ad776c7d5f8deee581bf3338c76c6312c3e2933e;hp=918c1ab98bfdac1cd13e4641fa10df7292f97958;hpb=5bf7087cefdb77daaefd7a488ae68cae60b3e406;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;