mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-04-04 13:53:35 +03:00
Merge pull request #124 from benr77/undefined-variable-currentAddress
Fix for Undefined Variable: $currentAddress
This commit is contained in:
commit
6a794a760f
1 changed files with 1 additions and 1 deletions
|
@ -647,8 +647,8 @@ class Message
|
|||
if (isset($address->personal)) {
|
||||
$currentAddress['name'] = $address->personal;
|
||||
}
|
||||
$outputAddresses[] = $currentAddress;
|
||||
}
|
||||
$outputAddresses[] = $currentAddress;
|
||||
}
|
||||
|
||||
return $outputAddresses;
|
||||
|
|
Loading…
Add table
Reference in a new issue