From 9ae311baa0149c1c2698c6cc7a182cf3c60e79f8 Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 22 Dec 2011 01:57:32 -0800 Subject: Issue #1362920 by scor, oriol_e9g: Wrong sitename variable in system.api.php. --- modules/system/system.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.api.php') 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')); } } -- cgit v1.2.3