X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FAutomaticInstallation.php;h=1ce516e25f66484d5a3abd4630855243755a02d3;hb=9581b05603e6ee4e250738c159ed2e67b3fb2eeb;hp=85cfa710c8600b0b1647cc7f0a0995c5ed78d25e;hpb=10f8631cd9423629d5189ae71d82964e4db18892;p=friendica.git diff --git a/src/Console/AutomaticInstallation.php b/src/Console/AutomaticInstallation.php index 85cfa710c8..1ce516e25f 100644 --- a/src/Console/AutomaticInstallation.php +++ b/src/Console/AutomaticInstallation.php @@ -1,6 +1,6 @@ appMode = $appMode; - $this->configCache = $keyValueCache; + $this->configCache = $configCache; $this->config = $config; $this->dba = $dba; } @@ -199,8 +199,7 @@ HELP; $this->out('The Friendica URL has to be set during CLI installation.'); return 1; } else { - $baseUrl = new BaseURL($this->config, []); - $baseUrl->saveByURL($url); + $configCache->set('system', 'url', $url); } $installer->createConfig($configCache);