Remove erroneous call to parent::onInitializePlugin()
This commit is contained in:
parent
22a88fb850
commit
208bab32b7
|
@ -52,7 +52,6 @@ class LdapAuthorizationPlugin extends AuthorizationPlugin
|
||||||
public $attributes = array();
|
public $attributes = array();
|
||||||
|
|
||||||
function onInitializePlugin(){
|
function onInitializePlugin(){
|
||||||
parent::onInitializePlugin();
|
|
||||||
if(!isset($this->host)){
|
if(!isset($this->host)){
|
||||||
throw new Exception("must specify a host");
|
throw new Exception("must specify a host");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user