mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
Contacts: BDAY VALUE=DATE wasn't saved
This commit is contained in:
parent
eda3257aa3
commit
cc69b94775
@ -456,7 +456,8 @@ class Contact extends VObject\VCard implements IPIMObject {
|
||||
}
|
||||
$value = $date->format('Y-m-d');
|
||||
$this->BDAY = $value;
|
||||
$this->BDAY->VALUE = 'DATE';
|
||||
$this->BDAY->add('VALUE', 'DATE');
|
||||
//\OCP\Util::writeLog('contacts', __METHOD__.' BDAY: '.$this->BDAY->serialize(), \OCP\Util::DEBUG);
|
||||
break;
|
||||
case 'N':
|
||||
$property = $this->select($name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user