Completed
Push — feature/6.x ( e064bf...e91515 )
by Schlaefer
07:31
created
templates/Users/avatar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
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'),
Please login to merge, or discard this patch.