"Module wiki is missing the code needed to perform this function"

Re: "Module wiki is missing the code needed to perform this function"

by hemalatha arun -
Number of replies: 0

To get the wiki course participation report,

please try this code snippet in mod/wiki/lib

/**
* For Participantion Reports
*
* @return array
*/
function wiki_get_view_actions() {
return array('view');
}


function wiki_get_post_actions() {
return array('add','update','record delete');
}