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:25:57 +0400
committermattpiwik <matthieu.aubry@gmail.com>2013-01-02 12:25:57 +0400
commit4ddecb3e234110146d163cf3dbaa9121ac500fba (patch)
tree68aa03e21868c68ef654554ed0f76c101573a703 /plugins/Overlay/API.php
parentf55e2c4d65b560a2f93fb46ca1b782ccd0540a94 (diff)
Refs #2465 Try fixing notice - does it fix it @halfdan?
git-svn-id: http://dev.piwik.org/svn/trunk@7712 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Overlay/API.php')
-rw-r--r--plugins/Overlay/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Overlay/API.php b/plugins/Overlay/API.php
index 17197edbe9..8a8cd84b2d 100644
--- a/plugins/Overlay/API.php
+++ b/plugins/Overlay/API.php
@@ -113,7 +113,7 @@ class Piwik_Overlay_API
/** Do cookie authentication. This way, the token can remain secret. */
private function authenticate($idSite)
{
- Piwik_PostEvent('FrontController.initAuthenticationObject', $notification = null,
+ Piwik_PostEvent('FrontController.initAuthenticationObject', null,
$allowCookieAuthentication = true);
$auth = Zend_Registry::get('auth');