X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FformatInstallDoc.php;h=dbaeb867d29b98d021eb68861d36404d99c779f5;hb=a5ea73070652d807afb780a5bd9c6614b5e5a872;hp=95d90c1bdb8ec3533d6d59fced8d408aa3b0ba91;hpb=4c96ff5203daefc5c87cb2aec6f9ba1acac3b6cb;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/formatInstallDoc.php b/maintenance/formatInstallDoc.php index 95d90c1bdb..dbaeb867d2 100644 --- a/maintenance/formatInstallDoc.php +++ b/maintenance/formatInstallDoc.php @@ -72,5 +72,5 @@ class MaintenanceFormatInstallDoc extends Maintenance { } } -$maintClass = 'MaintenanceFormatInstallDoc'; +$maintClass = MaintenanceFormatInstallDoc::class; require_once RUN_MAINTENANCE_IF_MAIN;