X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fmcc.php;h=7b7b761445264b834f7ed7192a954b8ed4051171;hb=e3d0d0d3a1080beee67219005514900ba3dc8783;hp=4bed0d4c7b12a373871a6b3e7f7324fa2638460d;hpb=760b1e8c3baa03f27900d227faba53842524023f;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/mcc.php b/maintenance/mcc.php index 4bed0d4c7b..7b7b761445 100644 --- a/maintenance/mcc.php +++ b/maintenance/mcc.php @@ -23,7 +23,7 @@ */ /** */ -require_once( __DIR__ . '/commandLine.inc' ); +require_once __DIR__ . '/commandLine.inc'; $options = getopt( '', array( 'debug', 'help', 'cache:' ) );