mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Don't error if a single ID is sent, just cast it
This commit is contained in:
parent
9c29079ddf
commit
47f96640c9
@ -121,7 +121,7 @@ class calendar_merge extends Api\Storage\Merge
|
||||
*/
|
||||
function merge_string($content,$ids,$err,$mimetype,$fix)
|
||||
{
|
||||
$ids = $this->validate_ids($ids, $content);
|
||||
$ids = $this->validate_ids((array)$ids, $content);
|
||||
|
||||
return parent::merge_string($content, $ids, $err, $mimetype,$fix);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user