From 9bc903252fed5fc5ca6c1974f1777254738fced4 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 26 Jun 2005 18:48:34 +0000 Subject: [PATCH] Not sure what this is, but it's working. Tim live hack. --- maintenance/commandLine.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) { -- 2.20.1