@@ -232,7 +232,7 @@ |
||
| 232 | 232 | { |
| 233 | 233 | $exploded = explode(' ', $attribute); |
| 234 | 234 | if (count($exploded) == 2) { |
| 235 | - $order = $this->getField($exploded[0]) . ' ' . $exploded[1]; |
|
| 235 | + $order = $this->getField($exploded[0]).' '.$exploded[1]; |
|
| 236 | 236 | } else { |
| 237 | 237 | $order = $attribute; |
| 238 | 238 | } |