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:
authorThomas Steur <thomas.steur@gmail.com>2014-01-23 05:26:57 +0400
committerThomas Steur <thomas.steur@gmail.com>2014-01-23 05:26:57 +0400
commit81e7f870124d2356c1784355e54fb4716901dfec (patch)
tree0162170ba0d4e5d3e206897eeed50fd76285a2a2 /plugins/Installation/Installation.php
parent0c0ab33efd14b4223ef56f32c46879160f3ef7d5 (diff)
refs #4564 introducing new methods to make user a user has superuser access. Old methods will still work but are marked as deprecated and they will be removed in a future release
Diffstat (limited to 'plugins/Installation/Installation.php')
-rw-r--r--plugins/Installation/Installation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Installation/Installation.php b/plugins/Installation/Installation.php
index 1143bcbc84..9ac6a29509 100644
--- a/plugins/Installation/Installation.php
+++ b/plugins/Installation/Installation.php
@@ -82,7 +82,7 @@ class Installation extends \Piwik\Plugin
{
MenuAdmin::addEntry('Installation_SystemCheck',
array('module' => 'Installation', 'action' => 'systemCheckPage'),
- Piwik::isUserIsSuperUser(),
+ Piwik::hasUserSuperUserAccess(),
$order = 15);
}