fix scrutinizer issue : The variable seems only to be defined at a later point

This commit is contained in:
Philippe GRAND 2018-12-01 15:45:02 +01:00
parent 358be875e4
commit 3df83d7cf3

View File

@ -940,8 +940,8 @@ class Contact extends CommonObject
$error=0;
$this->old_lastname = $obj->lastname;
$this->old_firstname = $obj->firstname;
//$this->old_lastname = $obj->lastname;
//$this->old_firstname = $obj->firstname;
$this->db->begin();