X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpopulateIpChanges.php;h=fbe16de5418a5bb5264ad4775ad119142d28de77;hb=6b3e5511fb848890f174690885e748b90389c0b8;hp=216582086ca79c2b12e7f2e1398503cd5dbdb7bf;hpb=8a95833baed3b8071fcbd8cd2bc8c3449409f665;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/populateIpChanges.php b/maintenance/populateIpChanges.php index 216582086c..fbe16de541 100644 --- a/maintenance/populateIpChanges.php +++ b/maintenance/populateIpChanges.php @@ -137,5 +137,5 @@ TEXT } } -$maintClass = "PopulateIpChanges"; +$maintClass = PopulateIpChanges::class; require_once RUN_MAINTENANCE_IF_MAIN;