-
Improvement
-
Resolution: Fixed
-
Minor
-
2.8, 2.9
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
MOODLE_30_STABLE
-
MDL-49823-master -
External functions usually creates the user profile image using
moodle_url::make_pluginfile_url( $usercontext->id, 'user', 'icon', null, '/', 'f1');
or
moodle_url::make_webservice_pluginfile_url( $usercontext->id, 'user', 'icon', null, '/', 'f1');
As mentioned in MDL-49763 the user_picture class method get_url should be used
- will help resolve
-
MOBILE-1167 User profile image is not updated in the app
- Closed