Test Failed
Push — master ( 8776a5...e6a1a9 )
by Maja
10:31
created
web/admin/edit_hotspot.php 1 patch
Switch Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -158,12 +158,12 @@
 block discarded – undo
158 158
     }
159 159
     if (isset($_POST['command'])) {
160 160
         switch ($_POST['command']) {
161
-        case web\lib\common\FormElements::BUTTON_CLOSE:
162
-            header("Location: overview_org.php?inst_id=" . $my_inst->identifier) . '#profilebox_' . $deployment->identifier;
163
-            exit(0);
164
-        default:
165
-            header("Location: overview_org.php?inst_id=" . $my_inst->identifier . '#profilebox_' . $deployment->identifier);
166
-            exit(0);
161
+            case web\lib\common\FormElements::BUTTON_CLOSE:
162
+                header("Location: overview_org.php?inst_id=" . $my_inst->identifier) . '#profilebox_' . $deployment->identifier;
163
+                exit(0);
164
+            default:
165
+                header("Location: overview_org.php?inst_id=" . $my_inst->identifier . '#profilebox_' . $deployment->identifier);
166
+                exit(0);
167 167
         }
168 168
     }
169 169
     $vlan = $deployment->getAttributes("managedsp:vlan")[0]['value'] ?? NULL;
Please login to merge, or discard this patch.