Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-05-16 03:01:46 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-16 03:01:46 +0400
commitbf36871d428712ea0e0d886d286901c57a613a0e (patch)
treed5de523c011833b988b11b24cf1240861aff50eb
parentc3c791498104c56c9bc94ea1754ae17d0decda4c (diff)
Feedback emails should have line breaks
-rw-r--r--plugins/Feedback/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Feedback/API.php b/plugins/Feedback/API.php
index b5d601cb66..81993f3ecb 100644
--- a/plugins/Feedback/API.php
+++ b/plugins/Feedback/API.php
@@ -45,7 +45,7 @@ class API extends \Piwik\Plugin\API
$body = sprintf("Feature: %s\nLike: %s\n", $featureName, $likeText, $message);
- $feedbackMessage = '';
+ $feedbackMessage = " \n";
if (!empty($message) && $message != 'undefined') {
$feedbackMessage = sprintf("Feedback:\n%s\n", trim($message));
}