Skip to content

Commit

Permalink
Merge branch 'MDL-49736_master' of git://github.com/markn86/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed Apr 7, 2015
2 parents 82d341c + b25e15b commit e362045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/classes/bank/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ public function process_actions() {
$DB->set_field('question', 'hidden', 0, array('id' => $unhide));

// Purge these questions from the cache.
\core_question_bank::notify_question_edited($unhide);
\question_bank::notify_question_edited($unhide);

redirect($this->baseurl);
}
Expand Down

0 comments on commit e362045

Please sign in to comment.