Merge branch 'MDL-53677-master' of git://github.com/ankitagarwal/moodle

This commit is contained in:
Dan Poltawski 2016-12-06 12:48:09 +00:00
commit c4d9fd1afe

View File

@ -75,7 +75,7 @@ if (!empty($delall) && confirm_sesskey()) {
exit;
}
if (!empty($ignore)) {
if (!empty($ignore) && confirm_sesskey()) {
unset($SESSION->users_result[$id]);
echo json_encode(true);
exit;