]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/AutomaticInstallation.php
spelling: cached
[friendica.git] / src / Console / AutomaticInstallation.php
index 83c6ac4c3865e77b6e6e5ffe17bbcd8ce12975fa..1ce516e25f66484d5a3abd4630855243755a02d3 100644 (file)
@@ -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);