Merge pull request #4651 from defrance/patch-102

Left a space between clone and $object
This commit is contained in:
Laurent Destailleur 2016-02-18 17:23:17 +01:00
commit 0c11d9e794

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