left a space between clone and $object
This commit is contained in:
parent
1a12eb33d6
commit
9fd22722ff
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user