From 9fd22722ffccd8678ea09042f003e1d9d887f358 Mon Sep 17 00:00:00 2001 From: BENKE Charlie Date: Thu, 18 Feb 2016 15:18:47 +0100 Subject: [PATCH] left a space between clone and $object --- htdocs/contact/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contact/card.php b/htdocs/contact/card.php index bd9a4b781f5..813eb826f72 100644 --- a/htdocs/contact/card.php +++ b/htdocs/contact/card.php @@ -343,7 +343,7 @@ if (empty($reshook)) } } - $object->oldcopy = clone$object; + $object->oldcopy = clone $object; $object->old_lastname = GETPOST("old_lastname"); $object->old_firstname = GETPOST("old_firstname");