Merge pull request #4651 from defrance/patch-102
Left a space between clone and $object
This commit is contained in:
commit
0c11d9e794
@ -343,7 +343,7 @@ if (empty($reshook))
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$object->oldcopy = clone$object;
|
$object->oldcopy = clone $object;
|
||||||
|
|
||||||
$object->old_lastname = GETPOST("old_lastname");
|
$object->old_lastname = GETPOST("old_lastname");
|
||||||
$object->old_firstname = GETPOST("old_firstname");
|
$object->old_firstname = GETPOST("old_firstname");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user