Fix: Restore backward compatibility
This commit is contained in:
parent
72aec6aa60
commit
6739ac4d94
@ -541,6 +541,7 @@ class Contact extends CommonObject
|
||||
$this->mail = $obj->email;
|
||||
|
||||
$this->birthday = $this->db->jdate($obj->birthday);
|
||||
$this->note = $obj->note_private; // deprecated
|
||||
$this->note_private = $obj->note_private;
|
||||
$this->note_public = $obj->note_public;
|
||||
$this->default_lang = $obj->default_lang;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user