]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added a return true statement for an event handler
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 25 Sep 2014 06:32:10 +0000 (08:32 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 25 Sep 2014 06:32:10 +0000 (08:32 +0200)
plugins/LdapCommon/LdapCommon.php

index b74225648f4ad63b48839899c378661eca21b9db..7d052d5b24ec84a0de0fe703b65787bcc195d24b 100644 (file)
@@ -95,6 +95,7 @@ class LdapCommon
             return false;
         }
 
+        return true;
     }
 
     function get_ldap_config(){