mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-49736_master' of git://github.com/markn86/moodle
This commit is contained in:
commit
e362045e58
@ -873,7 +873,7 @@ class view {
|
||||
$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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user