MDL-13672 tag name function was not updated when tag/lib.php changed
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user