mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-20 12:22:10 +01:00
"fixed not working multiget report (caused by .ics extension of calendar ressources)"
This commit is contained in:
parent
0ca2692d17
commit
60444db1f1
@ -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