MantisBT: master fc5ad9a1

Author Committer Branch Timestamp Parent
dregad dregad master 2020-09-04 08:39 master 1078148d
Affected Issues  0027258: Code cleanup around User/Global Profiles
Changeset

profile_get_row_direct() now throws exception

If the given Profile does not exist, throw an exception to trigger an
error, instead of silently returning false.

Adapt MC API to catch the exception instead of the return value.

Fixes 0027258

mod - api/soap/mc_api.php Diff File
mod - core/profile_api.php Diff File