diff options
Diffstat (limited to 'mod/dfrn_notify.php')
-rw-r--r-- | mod/dfrn_notify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index a631434f3..7b73344d6 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -87,7 +87,7 @@ function dfrn_notify_post(&$a) { '$fn' => $r[0]['name'], '$title' => $msg['title'], '$body' => strip_tags(bbcode($msg['body'])) - ); + )); $res = mail($r[0]['email'], t("New mail received at ") . $a->config['sitename'], $email_tpl,t("From: Administrator@") . $_SERVER[SERVER_NAME] ); |