From 11b56513c260533c89fbef709817944227189e93 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Thu, 8 Jan 2015 02:54:36 +0000 Subject: display returning visits still on top under engagement but all other reports grouped in a left report, could not easily add returning vs new --- plugins/VisitorInterest/VisitorInterest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/VisitorInterest/VisitorInterest.php') 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'); } -- cgit v1.2.3