X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Fmcc.php;h=7b7b761445264b834f7ed7192a954b8ed4051171;hb=688200c607640e77029d171803a7a72832519aa2;hp=4bed0d4c7b12a373871a6b3e7f7324fa2638460d;hpb=3dc6844ae15512838c9ec70b4903090c2723967f;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:' ) );