From 53aca952db8106d882fd0253bfe3033088007f86 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 18 May 2022 23:55:59 +0200 Subject: [PATCH] phpcs --- htdocs/core/class/emailsenderprofile.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/core/class/emailsenderprofile.class.php b/htdocs/core/class/emailsenderprofile.class.php index 517fc953830..b5b1619443b 100644 --- a/htdocs/core/class/emailsenderprofile.class.php +++ b/htdocs/core/class/emailsenderprofile.class.php @@ -56,6 +56,8 @@ class EmailSenderProfile extends CommonObject */ public $picto = 'emailsenderprofile'; + public $fk_user_creat; + const STATUS_DISABLED = 0; const STATUS_ENABLED = 1;