X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FformatInstallDoc.php;h=e2b3c4199d726765a97641a0e09b570b2a290091;hb=13b1a9f83267ced23f59c853314fcc98b1ae6db6;hp=39731b1d42026effb6f4362fbdf6e3008fbcc567;hpb=1f8441b6830111631c860c5c677d812de833a58f;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/formatInstallDoc.php b/maintenance/formatInstallDoc.php index 39731b1d42..e2b3c4199d 100644 --- a/maintenance/formatInstallDoc.php +++ b/maintenance/formatInstallDoc.php @@ -21,7 +21,7 @@ * @ingroup Maintenance */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script that formats RELEASE-NOTE file to wiki text or HTML markup. @@ -75,4 +75,4 @@ class MaintenanceFormatInstallDoc extends Maintenance { } $maintClass = 'MaintenanceFormatInstallDoc'; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;