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:
authorjulien <julien@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-02-04 04:06:07 +0300
committerjulien <julien@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-02-04 04:06:07 +0300
commit01a5b167291b225d86308d3448c090cd0950e8ba (patch)
treec6df98c63543ed54ee7c383b0136a373fcf330b2 /plugins/Referers/Controller.php
parentb75798816d3435675b5b2e5b69b78f09c8a65c64 (diff)
-Correction of sparkline bug
-Some design/display bug and correction
Diffstat (limited to 'plugins/Referers/Controller.php')
-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 672655edcc..61c582acc6 100644
--- a/plugins/Referers/Controller.php
+++ b/plugins/Referers/Controller.php
@@ -8,7 +8,7 @@ class Piwik_Referers_Controller extends Piwik_Controller
$view = new Piwik_View('Referers/index.tpl');
$view->graphEvolutionReferers = $this->getLastDirectEntryGraph(true);
- $view->nameGraphEvolutionReferers = 'getLastDirectEntryGraph'; // must be the function name used above
+ $view->nameGraphEvolutionReferers = 'ReferersgetLastDirectEntryGraph'; // must be the function name used above
$view->numberDistinctSearchEngines = $this->getNumberOfDistinctSearchEngines(true);
$view->numberDistinctKeywords = $this->getNumberOfDistinctKeywords(true);