left a space between clone and $object

This commit is contained in:
BENKE Charlie 2016-02-18 15:18:47 +01:00
parent 1a12eb33d6
commit 9fd22722ff

View File

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