remove invalid calls to AuthenticationPlugin::onAutoload
This commit is contained in:
parent
3b5299b5ca
commit
0f6ccee6d3
|
@ -57,8 +57,6 @@ class CasAuthenticationPlugin extends AuthenticationPlugin
|
||||||
case 'CasloginAction':
|
case 'CasloginAction':
|
||||||
require_once(INSTALLDIR.'/plugins/CasAuthentication/' . strtolower(mb_substr($cls, 0, -6)) . '.php');
|
require_once(INSTALLDIR.'/plugins/CasAuthentication/' . strtolower(mb_substr($cls, 0, -6)) . '.php');
|
||||||
return false;
|
return false;
|
||||||
default:
|
|
||||||
return parent::onAutoload($cls);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -74,8 +74,6 @@ class LdapAuthenticationPlugin extends AuthenticationPlugin
|
||||||
case 'MemcacheSchemaCache':
|
case 'MemcacheSchemaCache':
|
||||||
require_once(INSTALLDIR.'/plugins/LdapAuthentication/MemcacheSchemaCache.php');
|
require_once(INSTALLDIR.'/plugins/LdapAuthentication/MemcacheSchemaCache.php');
|
||||||
return false;
|
return false;
|
||||||
default:
|
|
||||||
return parent::onAutoload($cls);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user