mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
fixed trivial typo in comment; merged from 19STABLE
This commit is contained in:
parent
1b199b0a41
commit
b4bd91ceb1
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ if ($formdata = $mform->is_cancelled()) {
|
||||||
}
|
}
|
||||||
unset($allowedroles);
|
unset($allowedroles);
|
||||||
|
|
||||||
// clear bilk selection
|
// clear bulk selection
|
||||||
if ($bulk) {
|
if ($bulk) {
|
||||||
$SESSION->bulk_users = array();
|
$SESSION->bulk_users = array();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue