-
Bug
-
Resolution: Fixed
-
Minor
-
2.6.11, 2.7.8, 2.8.6, 2.9
-
MOODLE_26_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE, MOODLE_29_STABLE
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
MDL-50509-master-vartypo -
As spotted by Juan Diaz at https://moodle.org/mod/forum/discuss.php?d=314480 there is an obvious typo in the get_logs_usercourse() function:
$$coursestart = (int)$coursestart;
|
The line is supposed to read
$coursestart = (int)$coursestart;
|
to sanitize the input.
- is a regression caused by
-
MDL-27696 Chart image generation fails in Participant - All logs activity report
- Closed