mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
missing 5. parameter
This commit is contained in:
parent
83fd244b5c
commit
96d44948f7
@ -182,7 +182,7 @@ class calendar_activesync implements activesync_plugin_read
|
|||||||
|
|
||||||
debugLog (__METHOD__."('$folderid', $id, truncsize=$truncsize, bodyprefence=$bodypreference, mimesupport=$mimesupport)");
|
debugLog (__METHOD__."('$folderid', $id, truncsize=$truncsize, bodyprefence=$bodypreference, mimesupport=$mimesupport)");
|
||||||
$this->backend->splitID($folderid, $type, $account);
|
$this->backend->splitID($folderid, $type, $account);
|
||||||
if ($type != 'calendar' || !($event = $this->calendar->read($id,'ts',false,$account)))
|
if ($type != 'calendar' || !($event = $this->calendar->read($id,null,'ts',false,$account)))
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
@ -898,7 +898,7 @@ class calendar_bo
|
|||||||
}
|
}
|
||||||
if ($this->debug && ($this->debug > 1 || $this->debug == 'read'))
|
if ($this->debug && ($this->debug > 1 || $this->debug == 'read'))
|
||||||
{
|
{
|
||||||
$this->debug_message('calendar_bo::read(%1,%2,%3,%4)=%5',True,$ids,$date,$ignore_acl,$date_format,$return);
|
$this->debug_message('calendar_bo::read(%1,%2,%3,%4,%5)=%6',True,$ids,$date,$ignore_acl,$date_format,$clear_private_infos_users,$return);
|
||||||
}
|
}
|
||||||
return $return;
|
return $return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user