This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
Update functions.php
pull/436/head
danpros
4 years ago
parent
6a3c968c34
commit
82a5cce7a4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
);
}
else
{
$html
=
parseNodes
(
$nodes
,
null
,
$class
);
libxml_use_internal_errors
(
true
);
$doc
=
new
DOMDocument
();
$doc
->
loadHTML
(
$html
);
Write
Preview
Loading…
Cancel
Save