Merge branch 'MDL-51445_m31v1' of https://github.com/sbourget/moodle

This commit is contained in:
Andrew Nicols
2016-01-04 09:20:31 +08:00
+1
View File
@@ -237,6 +237,7 @@ class user_message implements renderable {
*/
public function __construct($senderprofile, $sendername, $avatar, $mymessageclass, $time, $message, $theme) {
$this->senderprofile = $senderprofile;
$this->sendername = $sendername;
$this->avatar = $avatar;
$this->mymessageclass = $mymessageclass;