mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
message MDL-24788 added brackets around the automatically appended part of the jabber notification
This commit is contained in:
parent
97f2eb45a1
commit
f979f128bf
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class message_output_jabber extends message_output {
|
|||
$jabbermessage .= "\n".get_string('view').': '.$eventdata->contexturl;
|
||||
}
|
||||
|
||||
$jabbermessage .= "\n".get_string('noreply','message');
|
||||
$jabbermessage .= "\n(".get_string('noreply','message').')';
|
||||
|
||||
$conn = new XMPPHP_XMPP($CFG->jabberhost,$CFG->jabberport,$CFG->jabberusername,$CFG->jabberpassword,'moodle',$CFG->jabberserver);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue