Fix: filtering based on format for Event Blocks

This commit is contained in:
savvasha
2021-06-17 16:34:36 +03:00
parent eb29226b9e
commit 2ab742bbb5

View File

@@ -14,7 +14,7 @@ $defaults = array(
'event' => null,
'title' => false,
'status' => 'default',
'format' => 'all',
'format' => 'default',
'date' => 'default',
'date_from' => 'default',
'date_to' => 'default',