From 7039fd38927e54fcc383b997e2929d0ceeb4f321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Wed, 23 Apr 2014 14:41:58 +0200 Subject: [PATCH] Qual: Missing class property declaration --- htdocs/core/class/html.formmail.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php index a76877c9994..b2c91087916 100644 --- a/htdocs/core/class/html.formmail.class.php +++ b/htdocs/core/class/html.formmail.class.php @@ -58,7 +58,8 @@ class FormMail var $withreplytoreadonly; var $withtoreadonly; var $withtoccreadonly; - var $withtopicreadonly; + var $withtocccreadonly; + var $withtopicreadonly; var $withfilereadonly; var $withdeliveryreceipt; var $withcancel; @@ -95,6 +96,7 @@ class FormMail $this->withreplytoreadonly=1; $this->withtoreadonly=0; $this->withtoccreadonly=0; + $this->withtocccreadonly=0; $this->witherrorstoreadonly=0; $this->withtopicreadonly=0; $this->withfilereadonly=0;