diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php
index d117140e156..264ed21b512 100644
--- a/htdocs/core/class/html.formmail.class.php
+++ b/htdocs/core/class/html.formmail.class.php
@@ -134,6 +134,7 @@ class FormMail extends Form
public $withtocc;
public $withtoccc;
public $withtopic;
+ public $witherrorsto;
/**
* @var int 0=No attaches files, 1=Show attached files, 2=Can add new attached files
@@ -150,13 +151,21 @@ class FormMail extends Form
public $withreplytoreadonly;
public $withtoreadonly;
public $withtoccreadonly;
+ public $witherrorstoreadonly;
public $withtocccreadonly;
public $withtopicreadonly;
+ public $withbodyreadonly;
public $withfilereadonly;
public $withdeliveryreceipt;
public $withcancel;
+ public $withdeliveryreceiptreadonly;
public $withfckeditor;
+ /**
+ * @var string ckeditortoolbar
+ */
+ public $ckeditortoolbar;
+
public $substit = array();
public $substit_lines = array();
public $param = array();
diff --git a/htdocs/core/class/html.formsms.class.php b/htdocs/core/class/html.formsms.class.php
index 940f76d0ae8..8e20cb8d33c 100644
--- a/htdocs/core/class/html.formsms.class.php
+++ b/htdocs/core/class/html.formsms.class.php
@@ -62,6 +62,7 @@ class FormSms
public $withreplytoreadonly;
public $withtoreadonly;
public $withtopicreadonly;
+ public $withbodyreadonly;
public $withcancel;
public $substit = array();