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:
Diffstat (limited to 'core/View.php')
-rw-r--r--core/View.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/View.php b/core/View.php
index 5f79e7037c..6b7c47a541 100644
--- a/core/View.php
+++ b/core/View.php
@@ -93,7 +93,8 @@ class Piwik_View implements Piwik_iView
$this->userIsSuperUser = Piwik::isUserIsSuperUser();
$this->piwik_version = Piwik_Version::VERSION;
$this->latest_version_available = Piwik_UpdateCheck::isNewestVersionAvailable();
-
+
+ $this->loginModule = Zend_Registry::get('auth')->getName();
} catch(Exception $e) {
// can fail, for example at installation (no plugin loaded yet)
}