@@ -44,7 +44,7 @@ |
||
| 44 | 44 | "]); |
| 45 | 45 | |
| 46 | 46 | return (string)new Element('select', [ |
| 47 | - 'name' => $parameter->getName() . $fieldNameSuffix, |
|
| 47 | + 'name' => $parameter->getName().$fieldNameSuffix, |
|
| 48 | 48 | 'id' => $id, |
| 49 | 49 | 'class' => 'form-control combobox' |
| 50 | 50 | ], $children); |