Skip to content

Commit

Permalink
MDL-51445 Chat: Fix broken profile links
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourget committed Dec 31, 2015
1 parent 8a48bf5 commit 9a03fe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/chat/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9a03fe6

Please sign in to comment.