-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6.11, 2.7.8, 2.8.6, 2.9
-
Component/s: Database SQL/XMLDB, Logging
-
Testing Instructions:
-
Affected Branches:MOODLE_26_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE, MOODLE_29_STABLE
-
Fixed Branches:MOODLE_28_STABLE, MOODLE_29_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-50509-master-vartypo -
Pull Master Diff URL:
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
-