X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=maintenance%2FgetText.php;h=2e8cf7705ad224f3447f2efd2f1e45a1688a0376;hb=d72f24589b3eece35b334d080e6e609b048fc22f;hp=21a183b6f547f73ae4034da3058911c320efc0df;hpb=b72c4df18b00b3948f0319fa5b01f969e1b92dbd;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;