fixed warning "implode(): Invalid arguments passed"

This commit is contained in:
Ralf Becker 2012-06-24 06:05:02 +00:00
parent dcee0a6aaf
commit 43ff60d8a4

View File

@ -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)