mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
fix could not set forwarding address for vacation notice
This commit is contained in:
parent
bc9ba50763
commit
ae47069478
@ -581,7 +581,7 @@ class mail_sieve
|
||||
}
|
||||
else
|
||||
{
|
||||
$content['forwards'] = '';
|
||||
$content['forwards'] = [];
|
||||
}
|
||||
if (strlen(trim($vacation['text']))==0 && $this->mailConfig['default_vacation_text']) $content['text'] = $this->mailConfig['default_vacation_text'];
|
||||
if (strlen(trim($content['text']))==0)
|
||||
|
Loading…
Reference in New Issue
Block a user