-
Bug
-
Resolution: Fixed
-
Minor
-
2.0
-
None
-
Any
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
Reported and solved by Benjamin Young
Private message:
------------------
for Moodle 2.x, I have traced the error on the My Moodle page to a bug in the core code of the journal module.
When on the My Moodle page if a Journal is active in a course for the user it will cause the other blocks to be hidden.
The code is missing a closing tag for a div.
The fix I've added to the code requires the addition of "</div>" to the main_moodle_dir -> mod -> journal -> lib.php file at approximately line 415.
"</div>"
I was not sure how to log a bug but thought i should let you know. If you need more information please feel free to contact me.
---------------------
Thanks for the report Benjamin