@@ -46,7 +46,7 @@ |
||
| 46 | 46 | } |
| 47 | 47 | |
| 48 | 48 | // If results are displayed using a field other than id, order by that field |
| 49 | - if (! empty($this->config['display'])) { |
|
| 49 | + if (!empty($this->config['display'])) { |
|
| 50 | 50 | asort($options); |
| 51 | 51 | } |
| 52 | 52 | |