@@ -42,7 +42,7 @@ |
||
42 | 42 | $entries = $this->getData($page->getVariable($variable)); |
43 | 43 | |
44 | 44 | foreach ($filters as $field => $value) { |
45 | - $entries = array_filter($entries, function ($entry) use ($field, $value) { |
|
45 | + $entries = array_filter($entries, function($entry) use ($field, $value) { |
|
46 | 46 | return isset($entry[$field]) && $entry[$field] == $value; |
47 | 47 | }); |
48 | 48 | } |