X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FdumpLinks.php;h=6904953fe73b430191e897f5612ea70eddb45239;hb=97af92da48f0d434cf4b541e7a3f2d96619a95b2;hp=ff4e8945025a42b01afec9608dadb7c90c09018d;hpb=7874fc4bec845ad92960b07e969c65f3c3fe74f2;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/dumpLinks.php b/maintenance/dumpLinks.php index ff4e894502..6904953fe7 100644 --- a/maintenance/dumpLinks.php +++ b/maintenance/dumpLinks.php @@ -75,5 +75,5 @@ class DumpLinks extends Maintenance { } } -$maintClass = "DumpLinks"; +$maintClass = DumpLinks::class; require_once RUN_MAINTENANCE_IF_MAIN;