forked from extern/egroupware
setting missing icServerObject in setVacationUser
This commit is contained in:
parent
d0734e6a6c
commit
a90407c5e6
@ -625,6 +625,7 @@ class defaultimap extends Net_IMAP
|
||||
$this->sieve = new emailadmin_sieve();
|
||||
$this->scriptName =& $this->sieve->scriptName;
|
||||
$this->error =& $this->sieve->error;
|
||||
$this->sieve->icServer = $this;
|
||||
}
|
||||
return $this->sieve->setVacationUser($_euser, $_scriptName, $_vacation);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user