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:
authormattpiwik <matthieu.aubry@gmail.com>2011-02-17 14:03:11 +0300
committermattpiwik <matthieu.aubry@gmail.com>2011-02-17 14:03:11 +0300
commit765014874d58d85a9ce6825d6dd3a77b6c02b216 (patch)
tree940c883c0f95cb9ec2299e1e25d4e2120f0b2e6b /plugins/Live/Controller.php
parent9bd9825da90c230fa722b672aea5ae856615f306 (diff)
Fixes #2068
git-svn-id: http://dev.piwik.org/svn/trunk@3930 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Live/Controller.php')
-rw-r--r--plugins/Live/Controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Live/Controller.php b/plugins/Live/Controller.php
index 0e23feeba9..af6a2b16c2 100644
--- a/plugins/Live/Controller.php
+++ b/plugins/Live/Controller.php
@@ -29,6 +29,7 @@ class Piwik_Live_Controller extends Piwik_Controller
$view->pisHalfhour = $this->getPageImpressionsInLastXMin(30);
$view->pisToday = $this->getPageImpressionsInLastXDays(1);
$view->visitors = $this->getLastVisitsStart($fetch = true);
+ $view->liveTokenAuth = Piwik::getCurrentUserTokenAuth();
echo $view->render();
}