Browse Source

Update functions.php

pull/436/head
danpros 4 years ago
parent
commit
82a5cce7a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/includes/functions.php

+ 1
- 1
system/includes/functions.php View File

@ -2067,7 +2067,7 @@ function menu($class = null)
get_menu($custom); get_menu($custom);
} else { } else {
$html = parseNodes($nodes, null, $class); $html = parseNodes($nodes, null, $class);
libxml_use_internal_errors(true);
$doc = new DOMDocument(); $doc = new DOMDocument();
$doc->loadHTML($html); $doc->loadHTML($html);


Loading…
Cancel
Save