diff --git a/api/src/Etemplate/Widget.php b/api/src/Etemplate/Widget.php index ba144038dc..d78f90a5b4 100644 --- a/api/src/Etemplate/Widget.php +++ b/api/src/Etemplate/Widget.php @@ -123,6 +123,7 @@ class Widget // read all attributes $this->set_attrs($reader); + libxml_clear_errors(); while(($ok=$reader->read()) && $reader->depth > $depth) { if ($reader->nodeType == XMLReader::ELEMENT && $reader->depth > $depth)