Fix missing parse_url

This commit is contained in:
Kijin Sung 2017-03-13 14:21:16 +09:00
parent e27e0f275a
commit e8bb0cf029

View file

@ -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)