MantisBT: master 2fc662ff

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

profile_is_global() now calls profile_get_row_direct()

This allows triggering an error when checking on an invalid Profile ID
instead of returning false (which could be interpreted as if it were a
valid User profile)

Fixes 0027258

mod - account_prof_edit_page.php Diff File
mod - core/profile_api.php Diff File