X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FuserOptions.php;h=53db48cd5b2a3f114af540f292a983cf7d5c7b43;hb=e31c9986a17f036ec89e2ef3f04519026e42ebf3;hp=e0de3574f0f991905d5122e3a1f69965a4b2af67;hpb=b4cf6b43661d94c218f4fa6ab7dfc606378a08fc;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/userOptions.php b/maintenance/userOptions.php index e0de3574f0..53db48cd5b 100644 --- a/maintenance/userOptions.php +++ b/maintenance/userOptions.php @@ -28,7 +28,7 @@ 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();