Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 1.9.7
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Environment:All
-
Database:Any
-
Difficulty:Easy
-
Affected Branches:MOODLE_19_STABLE
Description
The link shown on the My page for a wiki incorrectly uses /mod/ouwiki/view.php?wid=<id from the wiki table> and yields the error "A required parameter (id) was missing" when clicked.
The fix is to modify /mod/ouwiki/lib.php line 433 to use the course module id:
$CFG->wwwroot.'/mod/ouwiki/view.php?id='.$new[$wiki->id]->cmid.'">'.
Attachments
Issue Links
- blocks
-
CONTRIB-1672 ouwiki link on mymoodle broken
-
- Closed
-
- duplicates
-
CONTRIB-1672 ouwiki link on mymoodle broken
-
- Closed
-