Skip to content
Snippets Groups Projects
Commit df1eca4f authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Also load categories from VJOURNAL.

parent 2a6a155e
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment