Added constructor to LDAP identities plugin

Without the constructor, SnappyMail would crash when using custom language features. This is now resolved.
This commit is contained in:
Floris Westerman 2020-11-26 23:56:36 +01:00
parent 5633998f0f
commit 0f30d33977
No known key found for this signature in database
GPG key ID: E2AED138B92702B0

View file

@ -11,6 +11,8 @@ class LdapIdentitiesPlugin extends AbstractPlugin
include_once __DIR__ . '/LdapIdentities.php';
include_once __DIR__ . '/LdapConfig.php';
include_once __DIR__ . '/LdapException.php';
parent::__construct();
}
public function Init(): void