Passed
Push — master ( aa5ce0...ecdd08 )
by Kishan
04:05
created
email.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -365,7 +365,7 @@
 block discarded – undo
365 365
     } catch (Exception $e) {
366 366
         echo 'Email could not be sent. Mailer Error: ', $mail->ErrorInfo;
367 367
     }
368
-}else {
368
+} else {
369 369
     echo "Email id is not provided Or Downloading failed";
370 370
 }
371 371
 ?>
372 372
\ No newline at end of file
Please login to merge, or discard this patch.