X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FgetText.php;h=2e8cf7705ad224f3447f2efd2f1e45a1688a0376;hb=4013e78a03b9c9e482a2f8dc9efa7ed02edbf881;hp=21a183b6f547f73ae4034da3058911c320efc0df;hpb=d1000765e7ee710bf892e3772afdabfb5f6b1f6c;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/getText.php b/maintenance/getText.php index 21a183b6f5..2e8cf7705a 100644 --- a/maintenance/getText.php +++ b/maintenance/getText.php @@ -62,5 +62,5 @@ class GetTextMaint extends Maintenance { } } -$maintClass = "GetTextMaint"; +$maintClass = GetTextMaint::class; require_once RUN_MAINTENANCE_IF_MAIN;