diff options
-rw-r--r-- | includes/mail.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/mail.inc b/includes/mail.inc index 1eeaa7f89..58607c1e8 100644 --- a/includes/mail.inc +++ b/includes/mail.inc @@ -45,7 +45,7 @@ * switch($key) { * case 'notice': * $message['subject'] = t('Notification from !site', $variables, $language->language); - * $message['body'] = t("Dear !username\n\nThere is new content available on the site.", $variables, $language->language); + * $message['body'][] = t("Dear !username\n\nThere is new content available on the site.", $variables, $language->language); * break; * } * } |