-
Bug
-
Resolution: Fixed
-
Minor
-
2.1.6
-
None
-
MOODLE_21_STABLE
-
MOODLE_21_STABLE
-
w24_
MDL-33670_m21_ofadmin -
In latest commit: https://github.com/moodle/moodle/commit/d099f4fd0edc4df1bf1781e6478427813bcddcb8
Code:
if ($isadmin
|
of $currentuser
|
should be
if ($isadmin
|
or $currentuser
|
I think it may break web service since function user_get_user_details is called only in user/externallib.php
I have checked all branches and it affects 2.1 branch only.
- is a regression caused by
-
MDL-31520 get_users_by_id never returns email, not even to admin user
-
- Closed
-