Merge "Updates for Interwiki.php"
[lhc/web/wiklou.git] / includes / installer / CliInstaller.php
index 1e6e8c8..f944fbe 100644 (file)
@@ -203,7 +203,7 @@ class CliInstaller extends Installer {
        }
 
        protected function envGetDefaultServer() {
-               return $this->getVar( 'wgServer' );
+               return null; // Do not guess if installing from CLI
        }
 
        public function dirIsExecutable( $dir, $url ) {