Failed Conditions
Branch master (404fd5)
by Rick
07:45
created
Sources/Subs-Admin.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -512,6 +512,4 @@
 block discarded – undo
512 512
 			$emaildata = loadEmailTemplate($template, $replacements, empty($recipient['lang']) || empty($modSettings['userLanguage']) ? $language : $recipient['lang']);
513 513
 
514 514
 			// Send off the email.
515
-			sendmail($recipient['email'], $emaildata['subject'], $emaildata['body'], null, null, false, 1);
516
-		}
517
-}
515
+			sendmail($recipient['email'], $emaildata['subject'], $emaildata[
518 516
\ No newline at end of file
Please login to merge, or discard this patch.