mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Minor fixes for BCCs in hosted
This commit is contained in:
parent
350c56ff51
commit
8df6ce826d
@ -236,8 +236,8 @@ class EmailDefaults
|
||||
|
||||
if (Ninja::isHosted() && $this->email_service->company->account->isPaid()) {
|
||||
$bccs = array_slice(explode(',', str_replace(' ', '', $this->email_object->settings->bcc_email)), 0, 2);
|
||||
} else {
|
||||
$bccs(explode(',', str_replace(' ', '', $this->email_object->settings->bcc_email)));
|
||||
} elseif(Ninja::isSelfHost()) {
|
||||
$bccs = (explode(',', str_replace(' ', '', $this->email_object->settings->bcc_email)));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user