Followup r89529
authorSam Reed <reedy@users.mediawiki.org>
Sun, 5 Jun 2011 21:03:39 +0000 (21:03 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 5 Jun 2011 21:03:39 +0000 (21:03 +0000)
Fix non static caller of getExistingLocalSettings

includes/installer/CliInstaller.php

index 66e779e..7aebc10 100644 (file)
@@ -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" )