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/GenerateGraphData.php')
-rw-r--r--core/ViewDataTable/GenerateGraphData.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/ViewDataTable/GenerateGraphData.php b/core/ViewDataTable/GenerateGraphData.php
index 55400aa3f7..abc2e6d90c 100644
--- a/core/ViewDataTable/GenerateGraphData.php
+++ b/core/ViewDataTable/GenerateGraphData.php
@@ -109,9 +109,10 @@ abstract class Piwik_ViewDataTable_GenerateGraphData extends Piwik_ViewDataTable
$this->setColumnTranslation('nb_conversions', Piwik_Translate('Goals_ColumnConversions'));
$this->setColumnTranslation('revenue', Piwik_Translate('General_TotalRevenue'));
}
-
+
/**
* Used in initChartObjectData to add the series picker config to the view object
+ * @param bool $multiSelect
*/
protected function addSeriesPickerToView($multiSelect=true)
{