X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=blobdiff_plain;ds=sidebyside;f=maintenance%2FformatInstallDoc.php;h=dbaeb867d29b98d021eb68861d36404d99c779f5;hb=1ce52c41fcef3cb6fc8dba10ad3a6d570373d8bd;hp=95d90c1bdb8ec3533d6d59fced8d408aa3b0ba91;hpb=863b4880ad8c244dfb8d99b8488e7e0f64513aea;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;