Browse Source

Merge pull request #2625 from nextcloud/fix-todo-filter

Fix the Todos filter
tags/v12.0.0beta1
Roeland Jago Douma 7 years ago
parent
commit
4fdefef7e8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/dav/lib/CalDAV/Activity/Filter/Todo.php

+ 1
- 1
apps/dav/lib/CalDAV/Activity/Filter/Todo.php View File

@@ -79,7 +79,7 @@ class Todo implements IFilter {
* @since 11.0.0
*/
public function filterTypes(array $types) {
return array_intersect(['calendar_todo'], $types);
return array_intersect(['calendar_todos'], $types);
}

/**

Loading…
Cancel
Save