Passed
Push — master ( 4bf09c...a2eb0f )
by Maja
08:36
created
web/admin/overview_sp.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -266,8 +266,9 @@
 block discarded – undo
266 266
                                     $res = array_count_values($_GET['res']);
267 267
                                     if (isset($res['FAILURE']) && $res[] > 0) {
268 268
                                         echo '<br>';
269
-                                        if ($res['FAILURE'] == 2) 
270
-                                            echo ' <span style="color: red;">' . _("Activation failure.") . '</span>';
269
+                                        if ($res['FAILURE'] == 2) {
270
+                                                                                    echo ' <span style="color: red;">' . _("Activation failure.") . '</span>';
271
+                                        }
271 272
                                         } else {
272 273
                                             if (isset($_GET['res'][1]) && $_GET['res']['1'] == 'FAILURE') {
273 274
                                                 echo ' <span style="color: red;">' . _("Activation failure for your primary RADIUS server.") . '</span>';
Please login to merge, or discard this patch.