mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-12 05:58:51 +01:00
* CalDAV: fix error nothing known about column "id"
This commit is contained in:
parent
1f54b34dde
commit
d00d9e40b2
@ -94,7 +94,7 @@ class calendar_groupdav extends groupdav_handler
|
|||||||
$this->vCalendar = new Horde_iCalendar;
|
$this->vCalendar = new Horde_iCalendar;
|
||||||
|
|
||||||
// since 1.9.003 we allow clients to specify the URL when creating a new event, as specified by CalDAV
|
// since 1.9.003 we allow clients to specify the URL when creating a new event, as specified by CalDAV
|
||||||
if (version_compare($GLOBALS['egw_info']['apps']['calendar']['version'], '1.9.003', '>='))
|
if (version_compare($GLOBALS['egw_info']['apps']['calendar']['version'], '1.8.004', '>='))
|
||||||
{
|
{
|
||||||
self::$path_attr = 'caldav_name';
|
self::$path_attr = 'caldav_name';
|
||||||
groupdav_handler::$path_extension = '';
|
groupdav_handler::$path_extension = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user