From fb6927b76b56a48a89505db603ea3df34ba79467 Mon Sep 17 00:00:00 2001 From: Thomas Steur <thomas.steur@gmail.com> Date: Mon, 18 Nov 2013 03:32:23 +0000 Subject: [PATCH] fix userCountryMap --- plugins/UserCountryMap/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/UserCountryMap/Controller.php b/plugins/UserCountryMap/Controller.php index 3f4b994f6b..57f25946a1 100644 --- a/plugins/UserCountryMap/Controller.php +++ b/plugins/UserCountryMap/Controller.php @@ -29,7 +29,7 @@ class Controller extends \Piwik\Plugin\Controller // By default plot up to the last 30 days of visitors on the map, for low traffic sites const REAL_TIME_WINDOW = 'last30'; - public function visitorMap($segmentOverride = false) + public function visitorMap($fetch = false, $segmentOverride = false) { $this->checkUserCountryPluginEnabled(); -- GitLab