Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: Wiki (2.x)
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
The following error occurs in mod/wiki/index.php
- Notice: Undefined variable: cm in /html/mod/wiki/index.php on line 43
- This page did not call $PAGE->set_url(...). Using http://qa.moodle.net/mod/wiki/index.php?id=3
- print_table() has been deprecated. Please change your code to use html_writer::table().
- Print_footer() has been deprecated. Please change your code to use $OUTPUT->footer()