Update ChangesList and derivatives to use LogFormatter.
[lhc/web/wiklou.git] / serialized / serialize.php
index 78b7789..d8fb2b3 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 if ( !defined( 'MEDIAWIKI' ) ) {
+       $wgNoDBParam = true;
        $optionsWithArgs = array( 'o' );
        require_once( dirname(__FILE__).'/../maintenance/commandLine.inc' );
 
@@ -71,4 +72,4 @@ function unixLineEndings( $var ) {
        }
        return $var;
 }
-?>
+