Fix: La modif de l'email emetteur n'tait pas effective.
This commit is contained in:
parent
1d0ac1ac22
commit
52be750cc7
@ -108,7 +108,7 @@ if ($_POST["action"] == 'update')
|
||||
$mil = new Mailing($db);
|
||||
|
||||
$mil->id = $_POST["id"];
|
||||
$mil->from = $_POST["from"];
|
||||
$mil->email_from = $_POST["from"];
|
||||
$mil->titre = $_POST["titre"];
|
||||
$mil->sujet = $_POST["sujet"];
|
||||
$mil->body = $_POST["body"];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user