mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
MDL-40058 Events: added unit test
This commit is contained in:
parent
86b0e3b308
commit
e94f6c6572
2 changed files with 571 additions and 2 deletions
|
@ -1238,8 +1238,8 @@ function wiki_get_comment($commentid){
|
|||
/**
|
||||
* Returns all comments by context and pageid
|
||||
*
|
||||
* @param $context. Current context
|
||||
* @param $pageid. Current pageid
|
||||
* @param int $contextid Current context id
|
||||
* @param int $pageid Current pageid
|
||||
**/
|
||||
function wiki_get_comments($contextid, $pageid) {
|
||||
global $DB;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue