X-Git-Url: https://git.heureux-cyclage.org/w/index.php?a=blobdiff_plain;f=maintenance%2FcommandLine.inc;h=86a558d0e1068b987aff07636f1b43d888f74e31;hb=38c7f444e1c13327e203ce4e2890826782b39876;hp=c7adbfbc9ebfee2d01871a9bbefb842bce027c49;hpb=d3f1d418dec7e3bc3e42dc28c321c308b4d28cdb;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/commandLine.inc b/maintenance/commandLine.inc index c7adbfbc9e..86a558d0e1 100644 --- a/maintenance/commandLine.inc +++ b/maintenance/commandLine.inc @@ -21,7 +21,7 @@ * @ingroup Maintenance */ -require_once( dirname( __FILE__ ) . '/Maintenance.php' ); +require_once( __DIR__ . '/Maintenance.php' ); global $optionsWithArgs; if ( !isset( $optionsWithArgs ) ) {