forked from extern/egroupware
"fixed typo reported by Thomas Hoth on the developer list, causing calendar sync in trunk to fail if the clients wants categories"
This commit is contained in:
parent
761cb8c9a0
commit
257aa829a3
@ -710,7 +710,7 @@
|
|||||||
case 'CATEGORIES':
|
case 'CATEGORIES':
|
||||||
if ($attributes['value'])
|
if ($attributes['value'])
|
||||||
{
|
{
|
||||||
$vcardData['category'] = $this->find_or_add_categorie(explode(',',$attributes['value']));
|
$vcardData['category'] = $this->find_or_add_categories(explode(',',$attributes['value']));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user