Completed
Push — feature/6.x ( db50a0...aa9894 )
by Schlaefer
03:28
created
templates/Users/rs.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,7 +33,8 @@  discard block
 block discarded – undo
33 33
                 The registration was already finished in the past.
34 34
             </p>
35 35
             <?php
36
-        else : ?>
36
+        else {
37
+            : ?>
37 38
             <h2>Registration Failed</h2>
38 39
             <p>
39 40
                 The registration wasn't confirmed. Please check that:
@@ -46,6 +47,8 @@  discard block
 block discarded – undo
46 47
                     the registration was made within the last 24 hours
47 48
                 </li>
48 49
             </ul>
49
-        <?php endif; ?>
50
+        <?php endif;
51
+        }
52
+        ?>
50 53
     </div>
51 54
 </div>
Please login to merge, or discard this patch.
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.