mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Update class.calendar_groupdav.inc.php
This commit is contained in:
parent
cfbb74b83e
commit
6727f72185
@ -740,7 +740,7 @@ class calendar_groupdav extends Api\CalDAV\Handler
|
||||
*/
|
||||
private static function &get_series($uid,calendar_bo $bo=null, $expand=false, $user=null, $master=null)
|
||||
{
|
||||
if (is_null($bo)) $bo = new calendar_bopdate();
|
||||
if (is_null($bo)) $bo = new calendar_boupdate();
|
||||
|
||||
$params = array(
|
||||
'query' => array('cal_uid' => $uid),
|
||||
|
Loading…
Reference in New Issue
Block a user