summaryrefslogtreecommitdiff
path: root/includes/mail.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/mail.inc')
-rw-r--r--includes/mail.inc2
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;
* }
* }