Skip to content
Snippets Groups Projects
Commit aa0b0021 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix #4354

parent fddd02ee
No related branches found
No related tags found
No related merge requests found
...@@ -618,7 +618,7 @@ if ($action == 'confirm_cancel' && GETPOST('confirm') == 'yes') ...@@ -618,7 +618,7 @@ if ($action == 'confirm_cancel' && GETPOST('confirm') == 'yes')
// From // From
$expediteur = new User($db); $expediteur = new User($db);
$expediteur->fetch($cp->fk_validator); $expediteur->fetch($cp->fk_user_cancel);
$emailFrom = $expediteur->email; $emailFrom = $expediteur->email;
// Subject // Subject
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment