Also load categories from VJOURNAL.
This commit is contained in:
parent
2a6a155e23
commit
df1eca4fa2
1 changed files with 3 additions and 0 deletions
|
@ -194,6 +194,9 @@ class OC_Calendar_App{
|
|||
} else
|
||||
if (isset($calendar->VTODO)) {
|
||||
$object = $calendar->VTODO;
|
||||
} else
|
||||
if (isset($calendar->VJOURNAL)) {
|
||||
$object = $calendar->VJOURNAL;
|
||||
}
|
||||
if ($object) {
|
||||
self::getVCategories()->loadFromVObject($object, true);
|
||||
|
|
Loading…
Reference in a new issue