mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Restore escaped from latest tag-lib refactoring. MDL-14038 ; merged from 19_STABLE
This commit is contained in:
parent
0c273be0b2
commit
cfa239ab7f
1 changed files with 2 additions and 2 deletions
|
@ -2662,7 +2662,7 @@ define('RESTORE_GROUPS_GROUPINGS', 3);
|
||||||
foreach($user->user_tags as $user_tag) {
|
foreach($user->user_tags as $user_tag) {
|
||||||
$tags[] = $user_tag->rawname;
|
$tags[] = $user_tag->rawname;
|
||||||
}
|
}
|
||||||
update_item_tags('user', $newid, implode(',', $tags));
|
tag_set('user', $newid, $tags);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue