forked from extern/egroupware
"fixed not working multiget report (caused by .ics extension of calendar ressources)"
This commit is contained in:
parent
b587bab7d1
commit
18372ab45e
@ -244,7 +244,7 @@ class calendar_groupdav extends groupdav_handler
|
|||||||
if ($option['name'] == 'href')
|
if ($option['name'] == 'href')
|
||||||
{
|
{
|
||||||
$parts = explode('/',$option['data']);
|
$parts = explode('/',$option['data']);
|
||||||
if (is_numeric($id = array_pop($parts))) $ids[] = $id;
|
if (is_numeric($id = basename(array_pop($parts),'.ics'))) $ids[] = $id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user