diff options
-rw-r--r-- | ext/soap/php_encoding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/php_encoding.c b/ext/soap/php_encoding.c index 6c7a4478d6..629f491e5b 100644 --- a/ext/soap/php_encoding.c +++ b/ext/soap/php_encoding.c @@ -327,7 +327,7 @@ xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr par /* TODO: namespace isn't stored */ encodePtr enc = get_encoder(SOAP_GLOBAL(sdl), SOAP_GLOBAL(sdl)->target_ns, type_name); if (enc) { - encode = &enc->details; + encode = enc; } break; } |