Completed
Push — master ( f3d796...336862 )
by Angus
06:04
created
application/controllers/User/PublicList.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,6 +57,8 @@
 block discarded – undo
57 57
 			$show_404 = TRUE;
58 58
 		}
59 59
 
60
-		if($show_404) show_404();
60
+		if($show_404) {
61
+			show_404();
62
+		}
61 63
 	}
62 64
 }
Please login to merge, or discard this patch.