Let crazy people run updates on broken setups like 5.3.1
[lhc/web/wiklou.git] / maintenance / dumpInterwiki.php
index 16bf4db..154720a 100644 (file)
@@ -6,13 +6,14 @@
  * @file
  * @todo document
  * @ingroup Maintenance
+ * @ingroup Wikimedia
  */
 
 /** */
 $oldCwd = getcwd();
 
 $optionsWithArgs = array( "o" );
-require( "commandLine.inc" );
+require_once( dirname(__FILE__) . '/commandLine.inc' );
 require( "dumpInterwiki.inc" );
 chdir( $oldCwd );