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