-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
-
1.8, 2.3.1
-
None
-
MOODLE_18_STABLE, MOODLE_23_STABLE
around line 117 in course/report/log/lib.php
if (1 == $cc->course) {
does not seem to be correct because site course is not guarateed to have id 1
I am going to commit fix for if($cc->category) which was obsoleted loong ago, correct way is to compare course id with SITEID, the problem is I do not know how to find out the correct SITEID from remote site...
- will help resolve
-
MDL-21260 General open bugs
- Closed