X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FgenerateJsonI18n.php;h=efddfb3435fac81a95aef54144236eea95ed915f;hb=1d55a80d22ecb52561006408e14cf35ac367be1e;hp=ec32aeef643fc24500c6173edab4d3df8803cd91;hpb=9de578da93ec2b649340e5512db61618cc12e442;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/generateJsonI18n.php b/maintenance/generateJsonI18n.php index ec32aeef64..efddfb3435 100644 --- a/maintenance/generateJsonI18n.php +++ b/maintenance/generateJsonI18n.php @@ -192,5 +192,5 @@ class GenerateJsonI18n extends Maintenance { } } -$maintClass = "GenerateJsonI18n"; +$maintClass = GenerateJsonI18n::class; require_once RUN_MAINTENANCE_IF_MAIN;