From 82a5cce7a423e685b2ffa830d3a5cf67cca92006 Mon Sep 17 00:00:00 2001 From: danpros Date: Fri, 19 Feb 2021 09:21:38 +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 abe444b..bc9cbeb 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -2067,7 +2067,7 @@ function menu($class = null) get_menu($custom); } else { $html = parseNodes($nodes, null, $class); - + libxml_use_internal_errors(true); $doc = new DOMDocument(); $doc->loadHTML($html);