Fixed SoapFault::details passing

This commit is contained in:
Dmitry Stogov 2005-03-20 09:55:47 +00:00
parent 18f4a3f9ff
commit 713622d363

View File

@ -2708,9 +2708,6 @@ static void set_soap_fault(zval *obj, char *fault_code, char *fault_string, char
add_property_string(obj, "faultactor", fault_actor, 1);
}
if (fault_detail != NULL) {
#ifdef ZEND_ENGINE_2
fault_detail->refcount--;
#endif
add_property_zval(obj, "detail", fault_detail);
}
if (name != NULL) {