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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-21 20:08:34 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-21 20:08:34 +0300
commit9abd41fedc8c615e927bf1a055e58b27869fc35e (patch)
treed418bd6ce311ae9fe4ea6123666fd7cc659a0955 /plugins/Referers/Controller.php
parentef839eca48b65f8d37f2f0c7a644b60884b9c922 (diff)
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 13e3ae922e..9d7676ece4 100644
--- a/plugins/Referers/Controller.php
+++ b/plugins/Referers/Controller.php
@@ -77,7 +77,7 @@ class Piwik_Referers_Controller extends Piwik_Controller
$view->disableExcludeLowPopulation();
$view->setColumnsToDisplay( array('label','nb_visits') );
-
+
return $this->renderView($view, $fetch);
}