MantisBT: master 59d78ad4

Author Committer Branch Timestamp Parent
dregad dregad master 2020-09-06 06:41 master 73caf1bf
Affected Issues  0027258: Code cleanup around User/Global Profiles
Changeset

Remove last remaining call to profile_get_row()

Replacing it with profile_get_row_direct().

Since profiles identified with a globally unique ID, it does not make
sense for the API to require a user ID to retrieve a profile, as it
needlessly complexifies the caller's code.

Fixes 0027258

mod - account_prof_edit_page.php Diff File