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 'plugins/Login/Login.php')
-rw-r--r--plugins/Login/Login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/Login.php b/plugins/Login/Login.php
index e44486a24a..a805094df8 100644
--- a/plugins/Login/Login.php
+++ b/plugins/Login/Login.php
@@ -62,7 +62,7 @@ class Login extends \Piwik\Plugin
\Piwik\Registry::get('auth')->setTokenAuth($tokenAuth);
}
- static protected function isModuleIsAPI()
+ protected static function isModuleIsAPI()
{
return Piwik::getModule() === 'API'
&& (Piwik::getAction() == '' || Piwik::getAction() == 'index');