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>2013-01-02 12:34:35 +0400
committermattpiwik <matthieu.aubry@gmail.com>2013-01-02 12:34:35 +0400
commitb8656fb22b98547cc3c10dfd7d8e916408a87d38 (patch)
tree29083c57d77f46135e3de631745543aab4df18d6 /plugins/Overlay/API.php
parent4ddecb3e234110146d163cf3dbaa9121ac500fba (diff)
Refs #2465 that's better I think
git-svn-id: http://dev.piwik.org/svn/trunk@7713 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Overlay/API.php')
-rw-r--r--plugins/Overlay/API.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Overlay/API.php b/plugins/Overlay/API.php
index 8a8cd84b2d..5ee389f970 100644
--- a/plugins/Overlay/API.php
+++ b/plugins/Overlay/API.php
@@ -113,8 +113,8 @@ class Piwik_Overlay_API
/** Do cookie authentication. This way, the token can remain secret. */
private function authenticate($idSite)
{
- Piwik_PostEvent('FrontController.initAuthenticationObject', null,
- $allowCookieAuthentication = true);
+ $notification = null;
+ Piwik_PostEvent('FrontController.initAuthenticationObject', $notification, $allowCookieAuthentication = true);
$auth = Zend_Registry::get('auth');
$success = Zend_Registry::get('access')->reloadAccess($auth);