Title: [Plugin: SOAP Authentication] Small code change
Last modified: August 20, 2016

---

# [Plugin: SOAP Authentication] Small code change

 *  [Arthernan](https://wordpress.org/support/users/arthernan/)
 * (@arthernan)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-soap-authentication-small-code-change/)
 * Here is a small change that I think is necessary.
 * ============ Old
    if (is_object($response[$options[‘auth_user_dets’]])) { $response[‘
   user’] = Soap_Auth::object2array($response[‘user’]); }
 * ============ New
    if (is_object($response[$options[‘auth_user_dets’]])) { $response[
   $options[‘auth_user_dets’]] = Soap_Auth::object2array($response[$options[‘auth_user_dets’]]);}
 * [http://wordpress.org/extend/plugins/soap-authentication/](http://wordpress.org/extend/plugins/soap-authentication/)

The topic ‘[Plugin: SOAP Authentication] Small code change’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/soap-authentication.svg)
 * [SOAP Authentication](https://wordpress.org/plugins/soap-authentication/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/soap-authentication/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/soap-authentication/)
 * [Active Topics](https://wordpress.org/support/plugin/soap-authentication/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/soap-authentication/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/soap-authentication/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Arthernan](https://wordpress.org/support/users/arthernan/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-soap-authentication-small-code-change/)
 * Status: not resolved