Fixup headers for HTML email

This commit is contained in:
Evan Prodromou 2010-11-08 17:22:16 -05:00
parent 797059340e
commit 0a56523461

View File

@ -143,7 +143,7 @@ class UserEmailSummaryHandler extends QueueHandler
// FIXME: do something for people who don't like HTML email
mail_to_user($user, _('Updates from your network'), $body,
array('Content-Type', 'text/html; charset=UTF-8'));
array('Content-Type' => 'text/html; charset=UTF-8'));
if (empty($ess)) {