From 34f21eb156eaeed84a9e16ecabbf16a3da66cb71 Mon Sep 17 00:00:00 2001 From: Patrick Reynolds Date: Mon, 1 Feb 2016 21:56:23 -0500 Subject: [PATCH] Applied fixes from StyleCI --- modules/tracker/Notification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tracker/Notification.php b/modules/tracker/Notification.php index e7620ab13..0859a771a 100644 --- a/modules/tracker/Notification.php +++ b/modules/tracker/Notification.php @@ -174,7 +174,7 @@ public function sendEmail($params) $thresholdValue = $notification['value']; $thresholdComparison = $notification['comparison']; $scalarValue = $scalar['value']; - $subject = 'Threshold Alert: ' . $producerName . ': ' . $trendName . ' value ' . $scalarValue . ' ' . $thresholdComparison . ' ' . $thresholdValue; + $subject = 'Threshold Alert: '.$producerName.': '.$trendName.' value '.$scalarValue.' '.$thresholdComparison.' '.$thresholdValue; $body = 'Hello,

This email was sent because a submitted scalar value exceeded a threshold that you specified.

'; $body .= 'Community: