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:
Diffstat (limited to 'plugins/Goals/Reports/Get.php')
-rw-r--r--plugins/Goals/Reports/Get.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Goals/Reports/Get.php b/plugins/Goals/Reports/Get.php
index c29bdf4426..445f6fd1cc 100644
--- a/plugins/Goals/Reports/Get.php
+++ b/plugins/Goals/Reports/Get.php
@@ -66,7 +66,7 @@ class Get extends Base
if (empty($idSite)) {
return;
}
-
+
$goals = $this->getGoals();
$reports = Goals::getReportsWithGoalMetrics();
@@ -193,7 +193,7 @@ class Get extends Base
} else {
$view->config->title = Piwik::translate('General_EvolutionOverPeriod');
}
-
+
if (empty($view->config->columns_to_display)) {
$view->config->columns_to_display = array('nb_conversions');
}