From fcc55ce325d8e61cb9eaaeb87a0a2b464c5a70c3 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 5 Jun 2011 21:03:39 +0000 Subject: [PATCH] Followup r89529 Fix non static caller of getExistingLocalSettings --- includes/installer/CliInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) -- 2.20.1