mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
fix warning implode(): Invalid arguments passed in line 1810/1811
This commit is contained in:
parent
ac2cf67697
commit
16cf3a642e
@ -1707,11 +1707,11 @@ function open_edit(series)
|
||||
{
|
||||
$timespan = $this->bo->timespan($event['start_m'],$event['end_m']);
|
||||
}
|
||||
$icons = array();
|
||||
if(!(int)$event['id'] && preg_match('/^([a-z_-]+)([0-9]+)$/i',$event['id'],$matches))
|
||||
{
|
||||
$app = $matches[1];
|
||||
$app_id = $matches[2];
|
||||
$icons = array();
|
||||
if (($is_private = calendar_bo::integration_get_private($app,$app_id,$event)))
|
||||
{
|
||||
$icons[] = html::image('calendar','private');
|
||||
|
Loading…
Reference in New Issue
Block a user