mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 13:51:12 +01:00
fixed warning "implode(): Invalid arguments passed"
This commit is contained in:
parent
dcee0a6aaf
commit
43ff60d8a4
@ -401,6 +401,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