@@ -76,7 +76,9 @@ |
||
76 | 76 | $orderBy = []; |
77 | 77 | |
78 | 78 | foreach ($fields as $field) { |
79 | - if (empty($field)) continue; |
|
79 | + if (empty($field)) { |
|
80 | + continue; |
|
81 | + } |
|
80 | 82 | |
81 | 83 | $direction = 'ASC'; |
82 | 84 | if ($field[0] === '-') { |