fix(legacy): consistent with docs in outputs public_url generation
Fixes #2100
This commit is contained in:
parent
e9f05975fe
commit
c6a007e7ac
|
@ -68,10 +68,7 @@ class Application_Model_StreamConfig
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$result[$prefix . 'public_url']) {
|
if (!$result[$prefix . 'public_url']) {
|
||||||
$host = $result[$prefix . 'host'];
|
$host = Config::get('general.public_url_raw')->getHost();
|
||||||
if ($host == 'localhost') {
|
|
||||||
$host = Config::get('general.public_url_raw')->getHost();
|
|
||||||
}
|
|
||||||
$port = $result[$prefix . 'port'];
|
$port = $result[$prefix . 'port'];
|
||||||
$mount = $result[$prefix . 'mount'];
|
$mount = $result[$prefix . 'mount'];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue