diff --git a/api/src/Etemplate/Widget.php b/api/src/Etemplate/Widget.php index 35524bd8b3..ba144038dc 100644 --- a/api/src/Etemplate/Widget.php +++ b/api/src/Etemplate/Widget.php @@ -168,6 +168,7 @@ class Widget else { libxml_use_internal_errors(true); + libxml_clear_errors(); $reader = new XMLReader(); if (!$reader->XML($xml)) {