Skip to content

Commit

Permalink
Merge pull request #1 from jpgarritano/patch-1
Browse files Browse the repository at this point in the history
Update message_output_miuniversidad.php
  • Loading branch information
tanoinc authored Apr 3, 2019
2 parents 684044b + 2c668ff commit 8fa2f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_output_miuniversidad.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ protected function get_content($eventdata)
}

protected function send($eventdata, $user = null, $context = null) {
return MiUniversidad::send_raw_news($eventdata->subject, $this->get_content($eventdata), false, $user, $this->is_notifiable($eventdata));
return MiUniversidad::send_raw_news($eventdata->subject, $this->get_content($eventdata), false, $user, $this->is_notifiable($eventdata), $context);
}
}

0 comments on commit 8fa2f5e

Please sign in to comment.