mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-14 17:14:30 +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__ . '/LdapIdentities.php';
|
||||||
include_once __DIR__ . '/LdapConfig.php';
|
include_once __DIR__ . '/LdapConfig.php';
|
||||||
include_once __DIR__ . '/LdapException.php';
|
include_once __DIR__ . '/LdapException.php';
|
||||||
|
|
||||||
|
parent::__construct();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function Init(): void
|
public function Init(): void
|
||||||
|
|
Loading…
Add table
Reference in a new issue