@@ -34,9 +34,9 @@ |
||
| 34 | 34 | */ |
| 35 | 35 | public function prepareVars() |
| 36 | 36 | { |
| 37 | - $this->vars['name'] = $this->formField->getName(); |
|
| 38 | - $this->vars['value'] = $this->getLoadValue(); |
|
| 39 | - $this->vars['model'] = $this->model; |
|
| 37 | + $this->vars[ 'name' ] = $this->formField->getName(); |
|
| 38 | + $this->vars[ 'value' ] = $this->getLoadValue(); |
|
| 39 | + $this->vars[ 'model' ] = $this->model; |
|
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | /** |