@@ -36,7 +36,7 @@ |
||
| 36 | 36 | ?> |
| 37 | 37 | </div> |
| 38 | 38 | <div class="form-group form-inline mb"> |
| 39 | - <?= $this->Form->control( 'avatar', ['label' => false, 'type' => 'file', 'required' => false]) ?> |
|
| 39 | + <?= $this->Form->control('avatar', ['label' => false, 'type' => 'file', 'required' => false]) ?> |
|
| 40 | 40 | <?php |
| 41 | 41 | echo $this->Form->button( |
| 42 | 42 | __('gn.btn.save.t'), |