mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +00:00
Fix setAIOURL()
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
2b2f1f6b3b
commit
311d9e26d6
1 changed files with 1 additions and 1 deletions
|
|
@ -467,7 +467,7 @@ class ConfigurationManager
|
|||
}
|
||||
|
||||
public function setAIOURL(string $url) : void {
|
||||
$this->set('AIO_URL', $host . ':' . (string)$port . $path);
|
||||
$this->set('AIO_URL', $url);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue