Details
Description
Create a weekly course
Go the page
Error message is displayed:
Notice: Undefined variable: completioninfo in /home/jerome/Projects/Moodle_HEAD/moodle/course/lib.php on line 1537
Fatal error: Call to a member function is_enabled() on a non-object in /home/jerome/Projects/Moodle_HEAD/moodle/course/lib.php on line 1537
It is normal cause completioninfo is initialized inside a "if" block, and the usage is ouside the block. Maybe a empty() test missing. Don't know exactly what you try to do Sam, I let you fix it ![]()
Issue Links
| This issue duplicates: | ||||
| MDL-19785 | Undefined variable: completioninfo |
|
|
|
thanks, looking into this now