Skip to content

Commit

Permalink
Fix announcement email attachment - Refs#8154
Browse files Browse the repository at this point in the history
  • Loading branch information
jloguercio committed Apr 29, 2016
1 parent 71a3628 commit 35dcc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/inc/lib/message.lib.php
Expand Up @@ -438,7 +438,7 @@ public static function send_message_simple(
$receiver_user_id,
$subject,
$message,
[],
$_FILES ? $_FILES : [],
[],
null,
null,
Expand Down

0 comments on commit 35dcc6c

Please sign in to comment.