Don't check namespace in SpecialWantedtemplates
[lhc/web/wiklou.git] / maintenance / userOptions.php
index 1e1f24b..53db48c 100644 (file)
  */
 
 // 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();