Skip to content

Commit

Permalink
Merge branch 'MDL-54715-master' of git://github.com/marinaglancy/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed May 24, 2016
2 parents 4024b94 + 3e9437f commit 979d5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/format.php
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ public function importprocess($category) {
$result = question_bank::get_qtype($question->qtype)->save_question_options($question);

if (isset($question->tags)) {
core_tag_tag::set_item_tags('core_question', 'question', $question->context, $question->id, $question->tags);
core_tag_tag::set_item_tags('core_question', 'question', $question->id, $question->context, $question->tags);
}

if (!empty($result->error)) {
Expand Down

0 comments on commit 979d5c0

Please sign in to comment.