Merge pull request #10128 from grandoc/new_branch_01_12_2018

fix scrutinizer issue : The variable  seems only to be defined at a l…
This commit is contained in:
Laurent Destailleur 2018-12-01 15:48:38 +01:00 committed by GitHub
commit 6076976e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();