Skip to content

Commit 130225e

Browse files
committed
style: break long line
1 parent ed25a2c commit 130225e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

system/Email/Email.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,11 @@ public function send($autoClear = true)
15391539
$this->setReplyTo($this->headers['From']);
15401540
}
15411541

1542-
if (empty($this->recipients) && ! isset($this->headers['To']) && empty($this->BCCArray) && ! isset($this->headers['Bcc']) && ! isset($this->headers['Cc'])) {
1542+
if (
1543+
empty($this->recipients) && ! isset($this->headers['To'])
1544+
&& empty($this->BCCArray) && ! isset($this->headers['Bcc'])
1545+
&& ! isset($this->headers['Cc'])
1546+
) {
15431547
$this->setErrorMessage(lang('Email.noRecipients'));
15441548

15451549
return false;

0 commit comments

Comments
 (0)