mirror of
https://github.com/friendica/friendica
synced 2025-04-28 21:04:22 +02:00
bugfix
This commit is contained in:
parent
58c9566c3d
commit
03e149270b
3 changed files with 3 additions and 6 deletions
|
@ -285,7 +285,7 @@ class BaseURL
|
|||
if (empty($this->url)) {
|
||||
$this->determineBaseUrl();
|
||||
|
||||
if (!empty($url)) {
|
||||
if (!empty($this->url)) {
|
||||
$this->config->set('system', 'url', $this->url);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue