Skip to content

Commit df1f84f

Browse files
authored
Merge pull request #5 from martinknor/martinknor-patch-1
Fix properties
2 parents 692943b + 589d244 commit df1f84f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SmartEmailing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public function importContact($email, array $contactLists = NULL, array $propert
217217

218218
if (is_array($properties)) {
219219
foreach ($properties as $name => $value) {
220-
$contact['data'][$name] = $value;
220+
$contact[$name] = $value;
221221
}
222222
}
223223

0 commit comments

Comments
 (0)