From: Brion Vibber Date: Sun, 26 Jun 2005 18:48:34 +0000 (+0000) Subject: Not sure what this is, but it's working. Tim live hack. X-Git-Tag: 1.5.0beta2~199 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=9bc903252fed5fc5ca6c1974f1777254738fced4;p=lhc%2Fweb%2Fwiklou.git Not sure what this is, but it's working. Tim live hack. --- diff --git a/maintenance/commandLine.inc b/maintenance/commandLine.inc index 69f5aa6dbb..f2b69cb8f8 100644 --- a/maintenance/commandLine.inc +++ b/maintenance/commandLine.inc @@ -92,7 +92,7 @@ if ( file_exists( '/home/wikipedia/common/langlist' ) ) { if ( empty( $wgNoDBParam ) ) { # Check if we were passed a db name $db = array_shift( $args ); - list( $site, $lang ) = $conf->siteFromDB( $db ); + list( $site, $lang ) = $wgConf->siteFromDB( $db ); # If not, work out the language and site the old way if ( is_null( $site ) || is_null( $lang ) ) {