Fix: Restore backward compatibility

This commit is contained in:
Laurent Destailleur 2013-04-10 15:53:40 +02:00
parent 72aec6aa60
commit 6739ac4d94

View File

@ -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;