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:
authorThomas Steur <thomas.steur@gmail.com>2015-01-08 05:54:36 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-01-15 05:59:26 +0300
commit11b56513c260533c89fbef709817944227189e93 (patch)
tree5101de973a5ca6cdb2796116ba87c63319e2f1be /plugins/VisitorInterest/VisitorInterest.php
parent9043f427470dbfb61aed29d1e0c80e2e70d3e51f (diff)
display returning visits still on top under engagement but all other reports grouped in a left report, could not easily add returning vs new
Diffstat (limited to 'plugins/VisitorInterest/VisitorInterest.php')
-rw-r--r--plugins/VisitorInterest/VisitorInterest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VisitorInterest/VisitorInterest.php b/plugins/VisitorInterest/VisitorInterest.php
index c5fdac3711..11d5f717c4 100644
--- a/plugins/VisitorInterest/VisitorInterest.php
+++ b/plugins/VisitorInterest/VisitorInterest.php
@@ -33,7 +33,7 @@ class VisitorInterest extends \Piwik\Plugin
Piwik::addAction('Template.footerVisitsFrequency', array('Piwik\Plugins\VisitorInterest\VisitorInterest', 'footerVisitsFrequency'));
}
- public static function footerVisitsFrequency(&$out)
+ public static function footerVisitsFrequency(&$out)
{
$out .= FrontController::getInstance()->fetchDispatch('VisitorInterest', 'index');
}