X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FconvertLinks.php;h=8cd029762ffcd435b63e465be9d20b6d77e9aaed;hb=a77569a49ab5f50ace67a7360f5835fdb3416aff;hp=54c0edaecc8f953f87c968b0441c0ce0f2088492;hpb=c340c41b37b5079ba90489f6b212bb8e4642031a;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/convertLinks.php b/maintenance/convertLinks.php index 54c0edaecc..8cd029762f 100644 --- a/maintenance/convertLinks.php +++ b/maintenance/convertLinks.php @@ -302,5 +302,5 @@ class ConvertLinks extends Maintenance { } } -$maintClass = "ConvertLinks"; +$maintClass = ConvertLinks::class; require_once RUN_MAINTENANCE_IF_MAIN;