X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FconvertLinks.php;h=8cd029762ffcd435b63e465be9d20b6d77e9aaed;hb=749f15c0a80fd181e795e85d7d68bac17abe0511;hp=54c0edaecc8f953f87c968b0441c0ce0f2088492;hpb=d42754e47722436ef52218f21a8e544a05ee9ad7;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;