X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FformatInstallDoc.php;h=dbaeb867d29b98d021eb68861d36404d99c779f5;hb=856c6769cd9502a0872c0f8db74ec0c43025ca27;hp=95d90c1bdb8ec3533d6d59fced8d408aa3b0ba91;hpb=3cc7f15766b65b9b3cba865760e590e948b5ba2a;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;