Skip to content

Commit

Permalink
Merge branch 'MDL-78545-master' of https://github.com/mattporritt/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Aug 9, 2023
2 parents e849745 + 26407c6 commit b2d926c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion badges/edit.php
Expand Up @@ -118,7 +118,6 @@

if ($badge->save()) {
core_tag_tag::set_item_tags('core_badges', 'badge', $badge->id, $context, $data->tags);
$badge->tags = core_tag_tag::get_item_tags_array('core_badges', 'badge', $badge->id);
badges_process_badge_image($badge, $form->save_temp_file('image'));
$form->set_data($badge);
$statusmsg = get_string('changessaved');
Expand Down

0 comments on commit b2d926c

Please sign in to comment.