From: Sam Reed Date: Sun, 5 Jun 2011 21:03:39 +0000 (+0000) Subject: Followup r89529 X-Git-Tag: 1.31.0-rc.0~29691 X-Git-Url: http://git.cyclocoop.org/%22%20%20.%20generer_url_ecrire%28%22mots_tous%22%29%20.%20%22?a=commitdiff_plain;h=fcc55ce325d8e61cb9eaaeb87a0a2b464c5a70c3;p=lhc%2Fweb%2Fwiklou.git Followup r89529 Fix non static caller of getExistingLocalSettings --- diff --git a/includes/installer/CliInstaller.php b/includes/installer/CliInstaller.php index 66e779e8b7..7aebc10753 100644 --- a/includes/installer/CliInstaller.php +++ b/includes/installer/CliInstaller.php @@ -88,7 +88,7 @@ class CliInstaller extends Installer { * Main entry point. */ public function execute() { - $vars = $this->getExistingLocalSettings(); + $vars = Installer::getExistingLocalSettings(); if( $vars ) { $this->showStatusMessage( Status::newFatal( "config-localsettings-cli-upgrade" )