MantisBT: master a309d0ab

Author Committer Branch Timestamp Parent
dregad dregad master 2019-06-05 00:59 master 435bef4f
Affected Issues  0025470: SOAP API return value does not match definition in WSDL
Changeset

Fix mc_project_version_update() return value

The function's return type does not match the WSDL definition.

This is a regression introduced by a80f447687722b52160d00c96c21a5be5f4329e1
which changed version_update()'s return type from true (bool) to void
Since mc_project_version_update() actually returned that, it causes a
side effect because void == NULL == false.

To avoid an unnecessary and potentially breaking change in the WSDL, the
function now returns true.

Fixes 0025470

mod - api/soap/mc_project_api.php Diff File