@@ -265,7 +265,9 @@ |
||
| 265 | 265 | |
| 266 | 266 | $field = $singleRow->getField($name); |
| 267 | 267 | |
| 268 | - if (!is_array($field)) $field = array($field); |
|
| 268 | + if (!is_array($field)) { |
|
| 269 | + $field = array($field); |
|
| 270 | + } |
|
| 269 | 271 | |
| 270 | 272 | foreach ($field as $valueparam) { |
| 271 | 273 | switch ($relation) { |