1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Warning removal

This commit is contained in:
Cameron
2013-04-29 16:21:46 -07:00
parent 231f4344d1
commit 8f571a7360

View File

@@ -2474,6 +2474,7 @@ class e_parser
$doc = $this->domObj;
$doc->preserveWhiteSpace = true;
libxml_use_internal_errors(true);
$doc->loadHTML($html);
$tg = explode(",", $taglist);