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:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-07-31 00:48:29 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-07-31 00:48:29 +0400
commit13f657ccfa6b58864291a173a0849d7169b031b2 (patch)
treee87a436b1979f074e2ac023ac4417f37d60c6e2c /plugins/Referers
parent0ea1a94655bb441b832b118904b65bdfd72766fc (diff)
Refs #4040, #4041, fix sparklines regression caused by datatable css refactoring and clean up the getLastUnitGraphAcrossPlugins function (modified to set properties directly).
Diffstat (limited to 'plugins/Referers')
-rw-r--r--plugins/Referers/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Referers/Controller.php b/plugins/Referers/Controller.php
index 4d1ac181f2..9ca1e77f90 100644
--- a/plugins/Referers/Controller.php
+++ b/plugins/Referers/Controller.php
@@ -20,7 +20,7 @@ class Piwik_Referers_Controller extends Piwik_Controller
$view = new Piwik_View('@Referers/index');
$view->graphEvolutionReferers = $this->getEvolutionGraph(true, Piwik_Common::REFERER_TYPE_DIRECT_ENTRY, array('nb_visits'));
- $view->nameGraphEvolutionReferers = 'ReferersgetEvolutionGraph';
+ $view->nameGraphEvolutionReferers = 'Referers.getEvolutionGraph';
// building the referers summary report
$view->dataTableRefererType = $this->getRefererType(true);