From 22edd1569c4c44b86d28b808d804cf55563bd551 Mon Sep 17 00:00:00 2001 From: danpros Date: Fri, 19 Feb 2021 15:40:40 +0700 Subject: [PATCH] Update functions.php --- system/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/includes/functions.php b/system/includes/functions.php index c61cf9d..aa50ca7 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -2003,7 +2003,7 @@ function parseNodes($nodes, $child = null, $class = null) { function parseNode($node, $child = null) { $req = strtok($_SERVER["REQUEST_URI"],'?'); - $url = parse_url($node->slug); + $url = parse_url(slashUrl($node->slug)); $su = parse_url(site_url()); if (empty($child)) {