X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FfetchText.php;h=bc4fa31f10a23af8b91821e13c46b947fcfedb67;hb=3193c0fb28256c9fa69f1bb24a3c01c87b9cab3c;hp=9c5a375154aa3f3cca84066c86b7624468d37cb3;hpb=3b24efab270e0f8d768ee3d390e25ae5259da431;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;