mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Fix missing parse_url
This commit is contained in:
parent
e27e0f275a
commit
e8bb0cf029
1 changed files with 1 additions and 1 deletions
|
|
@ -1556,7 +1556,7 @@ class Context
|
||||||
}
|
}
|
||||||
if ($current_info === null)
|
if ($current_info === null)
|
||||||
{
|
{
|
||||||
$current_info = Rhymix\Framework\URL::getCurrentDomainURL(RX_BASEURL);
|
$current_info = parse_url(Rhymix\Framework\URL::getCurrentDomainURL(RX_BASEURL));
|
||||||
}
|
}
|
||||||
|
|
||||||
// If $domain is set, handle it (if $domain is vid type, remove $domain and handle with $vid)
|
// If $domain is set, handle it (if $domain is vid type, remove $domain and handle with $vid)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue