Add space between for and ‘(‘
[MAILPOET-1791]
This commit is contained in:
@ -98,7 +98,7 @@ class MailPoet {
|
||||
};
|
||||
if(is_array($newsletter) && is_array($subscriber)) {
|
||||
$body = array();
|
||||
for($record = 0; $record < count($newsletter); $record++) {
|
||||
for ($record = 0; $record < count($newsletter); $record++) {
|
||||
$body[] = $composeBody(
|
||||
$newsletter[$record],
|
||||
$this->processSubscriber($subscriber[$record]),
|
||||
|
Reference in New Issue
Block a user