Index: trunk/phase3/includes/installer/CliInstaller.php |
— | — | @@ -88,7 +88,7 @@ |
89 | 89 | * Main entry point. |
90 | 90 | */ |
91 | 91 | public function execute() { |
92 | | - $vars = $this->getExistingLocalSettings(); |
| 92 | + $vars = Installer::getExistingLocalSettings(); |
93 | 93 | if( $vars ) { |
94 | 94 | $this->showStatusMessage( |
95 | 95 | Status::newFatal( "config-localsettings-cli-upgrade" ) |