Adapt fix for #349
This commit is contained in:
parent
392c0d9a84
commit
28b5669ddc
1 changed files with 5 additions and 1 deletions
|
@ -931,7 +931,11 @@ class kolab_storage_folder
|
||||||
case 'event':
|
case 'event':
|
||||||
if ($this->get_namespace() == 'personal') {
|
if ($this->get_namespace() == 'personal') {
|
||||||
$result = $this->trigger_url(
|
$result = $this->trigger_url(
|
||||||
sprintf('%s/trigger/%s/%s.pfb', kolab_storage::get_freebusy_server(), $owner, $this->imap->mod_folder($this->name)),
|
sprintf('%s/trigger/%s/%s.pfb',
|
||||||
|
kolab_storage::get_freebusy_server(),
|
||||||
|
urlencode($owner),
|
||||||
|
urlencode($this->imap->mod_folder($this->name))
|
||||||
|
),
|
||||||
$this->imap->options['user'],
|
$this->imap->options['user'],
|
||||||
$this->imap->options['password']
|
$this->imap->options['password']
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue