forked from extern/egroupware
set 'ha' element of $_xh global to '' to avoid erroring
This commit is contained in:
parent
0a103c4893
commit
79dc14fd01
@ -104,6 +104,7 @@
|
||||
$GLOBALS['_xh'][$parser]['isf'] = 0;
|
||||
$GLOBALS['_xh'][$parser]['ac'] = '';
|
||||
$GLOBALS['_xh'][$parser]['qt'] = '';
|
||||
$GLOBALS['_xh'][$parser]['ha'] = '';
|
||||
|
||||
xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, true);
|
||||
xml_set_element_handler($parser, "xmlrpc_se", "xmlrpc_ee");
|
||||
|
Loading…
Reference in New Issue
Block a user