Fix the Todos filter
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
7a52f1dd3f
commit
a1210fe5b0
|
@ -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…
Reference in New Issue