@@ -155,7 +155,7 @@ |
||
| 155 | 155 | */ |
| 156 | 156 | static public function fetch_record(Model $model, array $conditions, &$fetcher = null) |
| 157 | 157 | { |
| 158 | - $records = $model->fetch_records($conditions + [ 'limit' => 1 ]); |
|
| 158 | + $records = $model->fetch_records($conditions + ['limit' => 1]); |
|
| 159 | 159 | |
| 160 | 160 | if (!$records) |
| 161 | 161 | { |