X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FuserOptions.php;h=e0de3574f0f991905d5122e3a1f69965a4b2af67;hb=458f11698cbbab557561f5f3693fb45259434df9;hp=1e1f24b559903aa66209c32fe82696635640b28e;hpb=578fc56c293066bdca806c72b9fe040c8503dbd1;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/userOptions.php b/maintenance/userOptions.php index 1e1f24b559..e0de3574f0 100644 --- a/maintenance/userOptions.php +++ b/maintenance/userOptions.php @@ -25,7 +25,7 @@ */ // This is a command line script, load tools and parse args -require_once( 'userOptions.inc' ); +require_once 'userOptions.inc'; // Load up our tool system, exit with usage() if options are not fine $uo = new userOptions( $options, $args );