Skip to content

Commit

Permalink
send message as a notification rather than a personal message
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lauer authored and bostelm committed May 12, 2019
1 parent 3bf4253 commit 4701126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teacherview.controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function scheduler_action_dosendmessage($scheduler, $formdata, $returnurl) {
if ($htmlmessage) {
$message->fullmessagehtml = $htmlmessage;
}
$message->notification = '0';
$message->notification = '1';

message_send($message);
$cnt++;
Expand Down

0 comments on commit 4701126

Please sign in to comment.