forked from extern/egroupware
try fixing an other case where an unrelated XML error was reported
Error passing XML file '<text type="text" id="#Kunde_Firma"/>' line 12: EndTag: '</' not found There is obviously no line 12 ;)
This commit is contained in:
parent
a2f361f521
commit
bbd048a143
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user