Skip to content
Snippets Groups Projects
Commit 4fdefef7 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

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

Fix the Todos filter
parents 40e0c49b 89ba394c
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ class Todo implements IFilter { ...@@ -79,7 +79,7 @@ class Todo implements IFilter {
* @since 11.0.0 * @since 11.0.0
*/ */
public function filterTypes(array $types) { public function filterTypes(array $types) {
return array_intersect(['calendar_todo'], $types); return array_intersect(['calendar_todos'], $types);
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment