FIX, preventing WARNING - setting attribute on a uninitialized object

This commit is contained in:
Erik Amaru Ortiz
2013-08-15 10:02:53 -04:00
parent b95ee81417
commit c4ae45fc79

View File

@@ -1730,6 +1730,7 @@ class Bootstrap
self::_del_p($mnary);
$obj_resp = new StdClass();
$obj_resp->code = xml_get_error_code($parser);
$obj_resp->message = xml_error_string($obj_resp->code);
$obj_resp->result = $mnary;