Qual: Missing class property declaration

This commit is contained in:
Raphaël Doursenaud 2014-04-23 14:41:58 +02:00
parent 0be3d3bd2f
commit 7039fd3892

View File

@ -58,6 +58,7 @@ class FormMail
var $withreplytoreadonly; var $withreplytoreadonly;
var $withtoreadonly; var $withtoreadonly;
var $withtoccreadonly; var $withtoccreadonly;
var $withtocccreadonly;
var $withtopicreadonly; var $withtopicreadonly;
var $withfilereadonly; var $withfilereadonly;
var $withdeliveryreceipt; var $withdeliveryreceipt;
@ -95,6 +96,7 @@ class FormMail
$this->withreplytoreadonly=1; $this->withreplytoreadonly=1;
$this->withtoreadonly=0; $this->withtoreadonly=0;
$this->withtoccreadonly=0; $this->withtoccreadonly=0;
$this->withtocccreadonly=0;
$this->witherrorstoreadonly=0; $this->witherrorstoreadonly=0;
$this->withtopicreadonly=0; $this->withtopicreadonly=0;
$this->withfilereadonly=0; $this->withfilereadonly=0;