Passed
Push — release-2.1 ( 686a12...055cc0 )
by Mathias
09:41 queued 24s
created
Sources/ShowAttachments.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -191,8 +191,7 @@
 block discarded – undo
191 191
 		)
192 192
 		// We are not previewing an attachment.
193 193
 		&& !isset($_SESSION['attachments_can_preview'][$attachId])
194
-	)
195
-	{
194
+	) {
196 195
 		send_http_status(404, 'File Not Found');
197 196
 		die('404 File Not Found');
198 197
 	}
Please login to merge, or discard this patch.