X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FuserOptions.php;h=53db48cd5b2a3f114af540f292a983cf7d5c7b43;hb=9964ca1a390c446397dcd466916ffed356cdc3c9;hp=1e1f24b559903aa66209c32fe82696635640b28e;hpb=4777e3f3c400633e77d6eed11bc8c38abfada94a;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/userOptions.php b/maintenance/userOptions.php index 1e1f24b559..53db48cd5b 100644 --- a/maintenance/userOptions.php +++ b/maintenance/userOptions.php @@ -25,10 +25,10 @@ */ // 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 ); +$uo = new UserOptions( $options, $args ); $uo->run();