mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-22 22:04:43 +08:00
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:
parent
5633998f0f
commit
0f30d33977
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue