Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
e362045e
Commit
e362045e
authored
Apr 07, 2015
by
Damyon Wiese
Browse files
Merge branch 'MDL-49736_master' of
git://github.com/markn86/moodle
parents
82d341cf
b25e15b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
question/classes/bank/view.php
View file @
e362045e
...
...
@@ -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
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment