From 53c929ef3e33176cb12df936fb8eed5c21d7c336 Mon Sep 17 00:00:00 2001
From: sgiehl <stefan@piwik.org>
Date: Mon, 14 Dec 2015 20:35:58 +0100
Subject: [PATCH] fixes #9384 - fix link to visitor log in real time widget

---
 plugins/Live/templates/index.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/Live/templates/index.twig b/plugins/Live/templates/index.twig
index ced0699bb9..3504e5178a 100644
--- a/plugins/Live/templates/index.twig
+++ b/plugins/Live/templates/index.twig
@@ -43,7 +43,7 @@
     </a>
     {% if not disableLink %}
         &nbsp;
-        <a class="rightLink" href="javascript:broadcast.propagateAjax('module=Live&action=getVisitorLog')">{{ 'Live_LinkVisitorLog'|translate }}</a>
+        <a class="rightLink" href="javascript:broadcast.propagateAjax('module=Live&action=indexVisitorLog')">{{ 'Live_LinkVisitorLog'|translate }}</a>
     {% endif %}
 </div>
 {% endspaceless %}
-- 
GitLab