diff options
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 10e50989f..33a93d1d8 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -1908,7 +1908,7 @@ function hook_image_toolkits() { */ function hook_mail_alter(&$message) { if ($message['id'] == 'modulename_messagekey') { - $message['body'][] = "--\nMail sent out from " . variable_get('sitename', t('Drupal')); + $message['body'][] = "--\nMail sent out from " . variable_get('site_name', t('Drupal')); } } |