]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove erroneous call to parent::onInitializePlugin()
authorCraig Andrews <candrews@integralblue.com>
Wed, 6 Jan 2010 21:48:24 +0000 (16:48 -0500)
committerCraig Andrews <candrews@integralblue.com>
Wed, 6 Jan 2010 21:48:52 +0000 (16:48 -0500)
plugins/LdapAuthorization/LdapAuthorizationPlugin.php

index 7673e61efbd4fe7a158f8f0980cae441a2a682b2..e5e22c0ddeab1dbce49cae5443166fc87bfdcac9 100644 (file)
@@ -52,7 +52,6 @@ class LdapAuthorizationPlugin extends AuthorizationPlugin
     public $attributes = array();
 
     function onInitializePlugin(){
-        parent::onInitializePlugin();
         if(!isset($this->host)){
             throw new Exception("must specify a host");
         }