Passed
Push — master ( 2c5c47...24e026 )
by Mihail
04:48
created
Apps/View/Admin/default/main/updates.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,10 @@
 block discarded – undo
64 64
     echo $form->button()->submit(__('Download update'), ['class' => 'btn btn-primary']);
65 65
     echo $form->stop();
66 66
     ?>
67
-<?php else: ?>
67
+<?php else {
68
+    : ?>
68 69
     <p class="alert alert-success"><?= __('Your system is up to date. No updates is available') ?></p>
69
-<?php endif; ?>
70
+<?php endif;
71
+}
72
+?>
70 73
 <?php $this->stop() ?>
Please login to merge, or discard this patch.