MDL-51445 Chat: Fix broken profile links

This commit is contained in:
Stephen Bourget 2015-12-21 20:37:54 -05:00
parent ea3ebbf20e
commit bf5a27ce17

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;