"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:
Ralf Becker 2007-10-20 06:05:24 +00:00
parent 761cb8c9a0
commit 257aa829a3

View File

@ -710,7 +710,7 @@
case 'CATEGORIES':
if ($attributes['value'])
{
$vcardData['category'] = $this->find_or_add_categorie(explode(',',$attributes['value']));
$vcardData['category'] = $this->find_or_add_categories(explode(',',$attributes['value']));
}
else
{