mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
fix PHP Fatal error: Using $this when not in object context
This commit is contained in:
parent
d50383b1aa
commit
c7be9dea20
@ -660,7 +660,7 @@ class calendar_groupdav extends groupdav_handler
|
||||
}
|
||||
}
|
||||
// if recurring event starts in future behind horizont, nothing will be returned by bo::search()
|
||||
if (!isset($master) && !($master = $this->bo->read($uid)))
|
||||
if (!isset($master) && !($master = $bo->read($uid)))
|
||||
{
|
||||
return array();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user