mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
Merged MDL-13672 tag name function was not updated when tag/lib.php changed
This commit is contained in:
parent
d9b063277b
commit
0aa05b3204
@ -42,7 +42,7 @@
|
||||
// User interests separated by commas
|
||||
if (!empty($CFG->usetags)) {
|
||||
require_once($CFG->dirroot.'/tag/lib.php');
|
||||
$user->interests = tag_names_csv(get_item_tags('user', $user->id));
|
||||
$user->interests = tag_get_tags_csv('user', $user->id, TAG_RETURN_TEXT);
|
||||
}
|
||||
|
||||
// remote users cannot be edited
|
||||
|
Loading…
x
Reference in New Issue
Block a user