mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
fixed warning "implode(): Invalid arguments passed"
This commit is contained in:
parent
343deeab7c
commit
966bde0b88
@ -417,6 +417,7 @@ class calendar_ui
|
||||
$is_private = !$event['public'] && !$this->bo->check_perms(EGW_ACL_READ,$event);
|
||||
$viewable = !$this->bo->printer_friendly && $this->bo->check_perms(EGW_ACL_READ,$event);
|
||||
|
||||
$icons = array();
|
||||
if (!$is_private)
|
||||
{
|
||||
if($event['priority'] == 3)
|
||||
|
Loading…
Reference in New Issue
Block a user