mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-45978_master' of git://github.com/grabs/moodle
This commit is contained in:
commit
033b14dc33
@ -44,6 +44,9 @@ $logreader = optional_param('logreader', '', PARAM_COMPONENT); // Reader wh
|
||||
$edulevel = optional_param('edulevel', -1, PARAM_INT); // Educational level.
|
||||
|
||||
$params = array();
|
||||
if ($id !== 0) {
|
||||
$params['id'] = $id;
|
||||
}
|
||||
if ($group !== 0) {
|
||||
$params['group'] = $group;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user