mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
MDL-51445 Chat: Fix broken profile links
This commit is contained in:
parent
ea3ebbf20e
commit
bf5a27ce17
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user