MantisBT: master 45636ef5

Author Committer Branch Timestamp Parent
dregad dregad master 2020-02-02 11:00 master 9f1925f8
Changeset

Fix PHP notice

Error API throws a PHP notice (invalid argument to foreach) because
ClientException is constructed with $p_param parameter containing a
string instead of an array.

When xdebug is enabled, this results in extraneous output in the REST
request's body.

mod - api/soap/mc_project_api.php Diff File