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 07:58:13 +0400
committerrobocoder <anthon.pang@gmail.com>2009-06-16 07:58:13 +0400
commitf9c27ff77200ee9bebbc7a11c001b23d3a8bcad0 (patch)
tree016eaa4335d82ae7e02f07c7252fd886d17d0b0d /core/Auth.php
parent000751da41f32b9ea5d712a5c0eb80656f978ea2 (diff)
refs #803 - auto-discovery algorithm to handle class Piwik, files with
multiple class definitions (e.g., Piwik_Auth_Result), and fix typo (reference to Piwik_Api_Proxy). git-svn-id: http://dev.piwik.org/svn/trunk@1228 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Auth.php')
-rw-r--r--core/Auth.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Auth.php b/core/Auth.php
index 7038f06ebe..315a0fb341 100644
--- a/core/Auth.php
+++ b/core/Auth.php
@@ -9,8 +9,6 @@
* @package Piwik
*/
-require_once "Zend/Auth/Result.php";
-
interface Piwik_Auth {
/**
* Authentication module's name, e.g., "Login"