MantisBT: master-1.2.x a4480943

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2015-02-04 04:09 master-1.2.x 3dcac096
Affected Issues  0019344: Cannot use object of type stdClass as array
Changeset

Issue 0019344: NuSoap compatibility

NuSoap uses arrays, so using the -> operator will trigger a SYSTEM
NOTICE, Error Description: Trying to get property of non-object.

To avoid that, we typecast the array to object.

mod - api/soap/mc_issue_api.php Diff File