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 'modules/Auth.php')
-rw-r--r--modules/Auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Auth.php b/modules/Auth.php
index e64738b637..982ec466bb 100644
--- a/modules/Auth.php
+++ b/modules/Auth.php
@@ -39,7 +39,7 @@ class Piwik_Auth extends Zend_Auth_Adapter_DbTable
}
// if not then we return the result of the database authentification provided by zend
- $this->authenticate();
+ return parent::authenticate();
}
}