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:
authorrobocoder <anthon.pang@gmail.com>2009-06-16 20:44:43 +0400
committerrobocoder <anthon.pang@gmail.com>2009-06-16 20:44:43 +0400
commit7040ddc4e2e4bc741362d3a8ee1a42e906a8c287 (patch)
treef9dd4ee14214dafc70dbed04d106220960766760 /core/Auth.php
parent2224157f543c7c05ff100f46c091680a6dd7c823 (diff)
refs #803 - Auth is loaded by piwik.php?
git-svn-id: http://dev.piwik.org/svn/trunk@1233 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Auth.php')
-rw-r--r--core/Auth.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Auth.php b/core/Auth.php
index 315a0fb341..526fcb0b10 100644
--- a/core/Auth.php
+++ b/core/Auth.php
@@ -9,6 +9,8 @@
* @package Piwik
*/
+require "Zend/Auth/Result.php";
+
interface Piwik_Auth {
/**
* Authentication module's name, e.g., "Login"