Fix bug: we still need to move subpages if we're moving the talk page, and the talk...
[lhc/web/wiklou.git] / serialized / serialize-localisation.php
index 10624ba..9801b82 100644 (file)
@@ -1,5 +1,6 @@
 <?php
 
+$wgNoDBParam = true;
 $optionsWithArgs = array( 'o' );
 require_once( dirname(__FILE__).'/../maintenance/commandLine.inc' );
 require_once( dirname(__FILE__).'/serialize.php' );
@@ -31,4 +32,4 @@ if ( isset( $options['o'] ) ) {
 
 fwrite( $out, serialize( $localisation ) );
 
-?>
+