mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 07:37:50 +02:00
Try to catch some errors
This commit is contained in:
@ -79,7 +79,8 @@ class importexport_arrayxml {
|
||||
$n = &$_xml;
|
||||
} else {
|
||||
$n = new DOMDocument;
|
||||
$n->loadXML($_xml);
|
||||
$loaded = $n->loadXML($_xml);
|
||||
if(!$loaded) return array();
|
||||
}
|
||||
$xml_array = array();
|
||||
|
||||
|
Reference in New Issue
Block a user