Follow-up r62648: Add new message key to maintenance script
[lhc/web/wiklou.git] / maintenance / userOptions.inc
index da641b4..d660019 100644 (file)
@@ -8,7 +8,7 @@
 $options = array( 'list', 'nowarn', 'quiet', 'usage', 'dry' );
 $optionsWithArgs = array( 'old', 'new' );
 
-require_once( 'commandLine.inc' );
+require_once( dirname(__FILE__) . '/commandLine.inc' );
 
 /**
  * @ingroup Maintenance