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/GenerateGraphHTML/ChartEvolution.php')
-rw-r--r--core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php b/core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php
index 0c316f84ad..125c1c92ed 100644
--- a/core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php
+++ b/core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php
@@ -8,6 +8,7 @@
* @category Piwik
* @package Piwik
*/
+
use Piwik\Common;
/**
@@ -176,7 +177,7 @@ class Piwik_ViewDataTable_GenerateGraphHTML_ChartEvolution extends Piwik_ViewDat
// period will be overridden when 'range' is requested in the UI // TODO: this code probably shouldn't be here...
// but the graph will display for each day of the range.
// Default 'range' behavior is to return the 'sum' for the range
- if (Piwik_Common::getRequestVar('period', false) == 'range') {
+ if (Common::getRequestVar('period', false) == 'range') {
$this->viewProperties['request_parameters_to_modify']['period'] = 'day';
}