mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
fix unrelated XML errors sometimes shown parsing eTemplates
This commit is contained in:
parent
3534ed9040
commit
577ff9dd26
@ -168,6 +168,7 @@ class Widget
|
||||
else
|
||||
{
|
||||
libxml_use_internal_errors(true);
|
||||
libxml_clear_errors();
|
||||
$reader = new XMLReader();
|
||||
if (!$reader->XML($xml))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user