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:
authormattab <matthieu.aubry@gmail.com>2013-07-31 01:13:56 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-31 01:13:56 +0400
commit765be0dc8f92a6d4bb3e678a0c23f2d4b95e0e18 (patch)
tree3a0ae0e7334250446b687667e4d365af6975e0f4 /plugins/Overlay
parent5104d94f3b2250f766b9c520e2da8da9b4cab2e9 (diff)
Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished core/ conversion
Diffstat (limited to 'plugins/Overlay')
-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 26cf98a5c5..d6d019aa23 100644
--- a/plugins/Overlay/API.php
+++ b/plugins/Overlay/API.php
@@ -114,7 +114,7 @@ class Piwik_Overlay_API
Piwik_PostEvent('FrontController.initAuthenticationObject',
array(&$notification, $allowCookieAuthentication = true));
- $auth = Zend_Registry::get('auth');
+ $auth = \Zend_Registry::get('auth');
$success = Access::getInstance()->reloadAccess($auth);
if (!$success) {