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 'core/ViewDataTable/HtmlTable/Goals.php')
-rw-r--r--core/ViewDataTable/HtmlTable/Goals.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/core/ViewDataTable/HtmlTable/Goals.php b/core/ViewDataTable/HtmlTable/Goals.php
index eb731412d2..067d701f97 100644
--- a/core/ViewDataTable/HtmlTable/Goals.php
+++ b/core/ViewDataTable/HtmlTable/Goals.php
@@ -182,8 +182,14 @@ class Piwik_ViewDataTable_HtmlTable_Goals extends Piwik_ViewDataTable_HtmlTable
}
parent::setColumnsToDisplay($newColumnsNames);
}
-
- /** Find the appropriate metric documentation for a goal column */
+
+ /**
+ * Find the appropriate metric documentation for a goal column
+ * @param string $genericMetricName
+ * @param string $metricName
+ * @param string $goalName
+ * @param int $idGoal
+ */
private function setDynamicMetricDocumentation($genericMetricName, $metricName, $goalName, $idGoal)
{
if($idGoal == Piwik_Archive::LABEL_ECOMMERCE_ORDER)