@@ -246,7 +246,7 @@ |
||
246 | 246 | if (!empty($value)) { |
247 | 247 | if (is_array($value) && $this->filter->hasAttribute($attribute)) { |
248 | 248 | $value = current($value); |
249 | - } |
|
249 | + } |
|
250 | 250 | |
251 | 251 | $result[$formName][$attribute] = $value; |
252 | 252 | } |