From 1b231063a091325fd801718b5f43ff876ca80ca5 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 5 Feb 2009 08:00:42 +0000 Subject: Set default charset to utf8 --- modules/notification/helpers/notification.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/notification/helpers') diff --git a/modules/notification/helpers/notification.php b/modules/notification/helpers/notification.php index 1b5b1b8f..f5f0aa57 100644 --- a/modules/notification/helpers/notification.php +++ b/modules/notification/helpers/notification.php @@ -134,7 +134,7 @@ class notification { self::_send_message($item, $body); } - + private static function _send_message($item, $body) { $users = self::get_subscribers($item); if (!empty($users)) { @@ -142,7 +142,7 @@ class notification { ->to($users) ->subject($body->subject) ->header("Mime-Version", "1.0") - ->header("Content-type", "text/html; charset=iso-8859-1") + ->header("Content-type", "text/html; charset=utf-8") ->message($body->render()) ->send(); } -- cgit v1.2.3