- Patch #1362920 by scor: Wrong sitename variable in system.api.php.

8.0.x
Dries 2011-12-07 23:40:14 -05:00
parent df47c12180
commit e4bf86c163
1 changed files with 1 additions and 1 deletions

View File

@ -1465,7 +1465,7 @@ function hook_mail_alter(&$message) {
$message['send'] = FALSE;
return;
}
$message['body'][] = "--\nMail sent out from " . variable_get('sitename', t('Drupal'));
$message['body'][] = "--\nMail sent out from " . variable_get('site_name', t('Drupal'));
}
}