From 3df83d7cf3d34bf3f2f935ff96b9e871749310ae Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sat, 1 Dec 2018 15:45:02 +0100 Subject: [PATCH] fix scrutinizer issue : The variable seems only to be defined at a later point --- htdocs/contact/class/contact.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/contact/class/contact.class.php b/htdocs/contact/class/contact.class.php index 3d247bfd5ca..3cafedaeceb 100644 --- a/htdocs/contact/class/contact.class.php +++ b/htdocs/contact/class/contact.class.php @@ -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();