Passed
Push — master ( 0f8b85...1af5ec )
by Kevin
15:29 queued 03:24
created
html/user/user_agreetermsofuse_action.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -50,14 +50,12 @@
 block discarded – undo
50 50
 }
51 51
 if (isset($_COOKIE['tempuserid'])) {
52 52
     $userid = $_COOKIE['tempuserid'];
53
-}
54
-else {
53
+} else {
55 54
     error_page(tra("Website error when attempting to agree to terms of use. Please contact the site administrators."));
56 55
 }
57 56
 if (isset($_COOKIE['tempperm'])) {
58 57
     $perm = $_COOKIE['tempperm'];
59
-}
60
-else {
58
+} else {
61 59
     error_page(tra("Website error when attempting to agree to terms of use. Please contact the site administrators."));
62 60
 }
63 61
 
Please login to merge, or discard this patch.