X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Flanguage%2Fdate-formats.php;h=f93c506a36e6989c07312ebbe7684ad5e4fb7115;hb=fdb07d74e63ed3f0c09e548ae43b23b147bb54e6;hp=2142c24577ee1eadfc5854199d890acca72dad42;hpb=d42754e47722436ef52218f21a8e544a05ee9ad7;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/language/date-formats.php b/maintenance/language/date-formats.php index 2142c24577..f93c506a36 100644 --- a/maintenance/language/date-formats.php +++ b/maintenance/language/date-formats.php @@ -78,5 +78,5 @@ class DateFormats extends Maintenance { } } -$maintClass = "DateFormats"; +$maintClass = DateFormats::class; require_once RUN_MAINTENANCE_IF_MAIN;