Test Setup Failed
Push — master ( a8858e...b7b0b8 )
by Tomasz
10:30
created
web/admin/inc/sendinvite.inc.php 1 patch
Switch Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -315,12 +315,12 @@
 block discarded – undo
315 315
 }
316 316
 
317 317
 switch ($operationMode) {
318
-    case OPERATION_MODE_SELF_ADMIN_ADD:
319
-    case OPERATION_MODE_SELF_NEWFROMDB:
320
-        print("SUCCESS");
321
-        break;
322
-    default:
323
-        header("Location: $redirectDestination" . $finalDestParams);
318
+        case OPERATION_MODE_SELF_ADMIN_ADD:
319
+        case OPERATION_MODE_SELF_NEWFROMDB:
320
+            print("SUCCESS");
321
+            break;
322
+        default:
323
+            header("Location: $redirectDestination" . $finalDestParams);
324 324
 }
325 325
 
326 326
 
Please login to merge, or discard this patch.