X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FformatInstallDoc.php;h=691ed80c881c9722bb4c13a0f5562902c518c98d;hb=da953994c843ba2782949d66c006631944ee5aaf;hp=474caabc8d0b515942c4e7087bea75cfdd1b6dc5;hpb=d266f40a2f828810d0249de1fdd7107a026066d4;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/formatInstallDoc.php b/maintenance/formatInstallDoc.php index 474caabc8d..691ed80c88 100644 --- a/maintenance/formatInstallDoc.php +++ b/maintenance/formatInstallDoc.php @@ -21,7 +21,7 @@ * @ingroup Maintenance */ -require_once( dirname( __FILE__ ) .'/Maintenance.php' ); +require_once( __DIR__ .'/Maintenance.php' ); /** * Maintenance script that formats RELEASE-NOTE file to wiki text or HTML markup. @@ -76,5 +76,3 @@ class MaintenanceFormatInstallDoc extends Maintenance { $maintClass = 'MaintenanceFormatInstallDoc'; require_once( RUN_MAINTENANCE_IF_MAIN ); - -