From ce209b9eaac301b8494d7d6faa72d013ed1c6cb9 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 15 May 2012 16:10:49 -0700 Subject: Fix a typo leading to notification module not sending any text. Fixes #1862. --- modules/notification/helpers/notification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/notification') diff --git a/modules/notification/helpers/notification.php b/modules/notification/helpers/notification.php index 0d66e6db..8ece698e 100644 --- a/modules/notification/helpers/notification.php +++ b/modules/notification/helpers/notification.php @@ -174,7 +174,7 @@ class notification { ->subject($pending->subject) ->header("Mime-Version", "1.0") ->header("Content-Type", "text/html; charset=UTF-8") - ->message($pending->body) + ->message($pending->text) ->send(); $pending->delete(); } else { -- cgit v1.2.3