mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
- LSaddon :: Maildir : Oubli d'une constante dans la fonction
LSaddon_maildir_support()
This commit is contained in:
parent
e5480740cf
commit
7aa2cceec3
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ $retval=true;
|
|||
$MUST_DEFINE_CONST= array(
|
||||
'LS_MAILDIR_FTP_HOST',
|
||||
'LS_MAILDIR_FTP_USER',
|
||||
'LS_MAILDIR_FTP_MAILDIR_PATH'
|
||||
'LS_MAILDIR_FTP_MAILDIR_PATH',
|
||||
'LS_MAILDIR_FTP_MAILDIR_PATH_REGEX'
|
||||
);
|
||||
|
||||
foreach($MUST_DEFINE_CONST as $const) {
|
||||
|
|
Loading…
Reference in a new issue