summaryrefslogtreecommitdiff
path: root/plugins/LdapAuthentication
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-01-06 00:22:19 -0500
committerCraig Andrews <candrews@integralblue.com>2010-01-06 00:22:19 -0500
commit0f6ccee6d3a10282748c84b3d50d46b31ba2edec (patch)
tree013d39549ae0b23805a12d25a4cb5309d8c54f0d /plugins/LdapAuthentication
parent3b5299b5ca327bab1013e23b6284ce92bea6db04 (diff)
remove invalid calls to AuthenticationPlugin::onAutoload
Diffstat (limited to 'plugins/LdapAuthentication')
-rw-r--r--plugins/LdapAuthentication/LdapAuthenticationPlugin.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/LdapAuthentication/LdapAuthenticationPlugin.php b/plugins/LdapAuthentication/LdapAuthenticationPlugin.php
index af42be761..c14fa21a9 100644
--- a/plugins/LdapAuthentication/LdapAuthenticationPlugin.php
+++ b/plugins/LdapAuthentication/LdapAuthenticationPlugin.php
@@ -74,8 +74,6 @@ class LdapAuthenticationPlugin extends AuthenticationPlugin
case 'MemcacheSchemaCache':
require_once(INSTALLDIR.'/plugins/LdapAuthentication/MemcacheSchemaCache.php');
return false;
- default:
- return parent::onAutoload($cls);
}
}