From 8f571a73608d12c1f7fdd29af7d0d26c2d6880b2 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 29 Apr 2013 16:21:46 -0700 Subject: [PATCH] Warning removal --- e107_handlers/e_parse_class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index 2e3edefec..cbbeccd33 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -2474,6 +2474,7 @@ class e_parser $doc = $this->domObj; $doc->preserveWhiteSpace = true; + libxml_use_internal_errors(true); $doc->loadHTML($html); $tg = explode(",", $taglist);