X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FfetchText.php;h=bc4fa31f10a23af8b91821e13c46b947fcfedb67;hb=c99e9beff7d7c1a5a48f8d6f869a42425021c62b;hp=9c5a375154aa3f3cca84066c86b7624468d37cb3;hpb=6fbafe5494440f5c37686b250ed759f6a96271b9;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/fetchText.php b/maintenance/fetchText.php index 9c5a375154..bc4fa31f10 100644 --- a/maintenance/fetchText.php +++ b/maintenance/fetchText.php @@ -92,5 +92,5 @@ class FetchText extends Maintenance { } } -$maintClass = "FetchText"; +$maintClass = FetchText::class; require_once RUN_MAINTENANCE_IF_MAIN;