@@ -53,7 +53,7 @@ |
||
53 | 53 | |
54 | 54 | $entries = $this->getData($page->getVariable($variable)); |
55 | 55 | |
56 | - uasort($entries, function ($a, $b) use ($field) { |
|
56 | + uasort($entries, function($a, $b) use ($field) { |
|
57 | 57 | return strcmp($a[$field], $b[$field]); |
58 | 58 | }); |
59 | 59 |