mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +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
|
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($vacation['text']))==0 && $this->mailConfig['default_vacation_text']) $content['text'] = $this->mailConfig['default_vacation_text'];
|
||||||
if (strlen(trim($content['text']))==0)
|
if (strlen(trim($content['text']))==0)
|
||||||
|
Loading…
Reference in New Issue
Block a user