X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FimportTextFiles.php;h=c99aa155313b9a7321bda55aa57ca1853a6acb7f;hb=faf7cc4a09848c538320bd2b9067b1a77c0a0183;hp=4681003ecb4d621302090401d0f76abf91a2e9c8;hpb=3cc7f15766b65b9b3cba865760e590e948b5ba2a;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/importTextFiles.php b/maintenance/importTextFiles.php index 4681003ecb..c99aa15531 100644 --- a/maintenance/importTextFiles.php +++ b/maintenance/importTextFiles.php @@ -204,5 +204,5 @@ class ImportTextFiles extends Maintenance { } } -$maintClass = "ImportTextFiles"; +$maintClass = ImportTextFiles::class; require_once RUN_MAINTENANCE_IF_MAIN;