Right now that function looks like this
/**
|
* This is executed every time we have one /MOODLE_BACKUP/COURSE/MODULES/MOD/CHAT/MESSAGES/MESSAGE
|
* data available
|
*/
|
public function process_chat_message($data) {
|
//@todo process user data
|
//$this->write_xml('message', $data, array('/message/id'));
|
}
|
Either it needs to be implemented, it can be removed or its contents can be replaced with a comment that states definitively that it should be left empty.
- Discovered while testing
-
MDL-46465 Code Checker reports an impressive 1427 errors and 423 warnings just in mod/chat
-
- Closed
-