From 2d542d028f88e157ab909c26b59506e80920edc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 16 Oct 2018 22:22:57 +0200 Subject: [PATCH] Update html.formmail.class.php --- htdocs/core/class/html.formmail.class.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php index c80358315c6..f9e5c111878 100644 --- a/htdocs/core/class/html.formmail.class.php +++ b/htdocs/core/class/html.formmail.class.php @@ -44,6 +44,14 @@ class FormMail extends Form public $fromname; public $frommail; + /** + * @var string user, company, robot + */ + public $fromtype; + /** + * @var int ID + */ + public $fromid; public $replytoname; public $replytomail; public $toname; @@ -91,11 +99,6 @@ class FormMail extends Form public $withtouser=array(); public $withtoccuser=array(); - /** - * @var string Error code (or message) - */ - public $error=''; - public $lines_model;