mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Wrong var name
This commit is contained in:
parent
dab64ee15c
commit
dfda6d1ea6
@ -663,7 +663,7 @@ class Contact extends VObject\VCard implements IPIMObject {
|
||||
$updated = true;
|
||||
}
|
||||
} else {
|
||||
if(!isset($this->{$name})) {
|
||||
if(!isset($this->{$property->name})) {
|
||||
$this->add($property);
|
||||
$updated = true;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user