setting missing icServerObject in setVacationUser

This commit is contained in:
Klaus Leithoff 2010-08-26 08:22:34 +00:00
parent d0734e6a6c
commit a90407c5e6

View File

@ -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);
}