Skip to content

Commit

Permalink
Fixed Nickname Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cbadusch committed May 7, 2024
1 parent ec72806 commit 9cd649b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/mooduell.php
Original file line number Diff line number Diff line change
Expand Up @@ -1802,7 +1802,7 @@ public static function get_enrolled_users_with_profile_mooduell_alias(
global $DB;

list($esql, $params) = get_enrolled_sql($context, $withcapability, $groupid, $onlyactive);
$sql = "SELECT $userfields, s1.data
$sql = "SELECT $userfields, s1.data AS mooduellalias
FROM {user} u
JOIN ($esql) je ON je.id = u.id
LEFT JOIN (SELECT ud.data, ud.userid
Expand Down

0 comments on commit 9cd649b

Please sign in to comment.