From e8bb0cf0293cb57e3d29517fa7f3819b2bcd3e7b Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Mon, 13 Mar 2017 14:21:16 +0900 Subject: [PATCH] Fix missing parse_url --- classes/context/Context.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/context/Context.class.php b/classes/context/Context.class.php index 19909b0d7..22721d691 100644 --- a/classes/context/Context.class.php +++ b/classes/context/Context.class.php @@ -1556,7 +1556,7 @@ class Context } 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)