mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
merged from 14_STABLE - fixed warning in Activity report/Outline
This commit is contained in:
parent
b56681b0a3
commit
5c05d23b4b
@ -141,6 +141,7 @@ function chat_user_outline($course, $user, $mod, $chat) {
|
||||
/// $return->time = the time they did it
|
||||
/// $return->info = a short text description
|
||||
|
||||
$return = NULL;
|
||||
return $return;
|
||||
}
|
||||
|
||||
|
@ -169,6 +169,7 @@ function wiki_get_participants($wikiid) {
|
||||
//in the instance, independient of his role (student, teacher, admin...)
|
||||
//See other modules as example.
|
||||
|
||||
$return = NULL;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user