From 2a9e670425c187c8cd065055074e2b3a4c2bb8cf Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 2 May 2023 22:22:55 +0200 Subject: [PATCH] Fix php error --- htdocs/core/class/smtps.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/smtps.class.php b/htdocs/core/class/smtps.class.php index dc58c54f122..81b90e9ce89 100644 --- a/htdocs/core/class/smtps.class.php +++ b/htdocs/core/class/smtps.class.php @@ -102,7 +102,7 @@ class SMTPs * * @var array $_msgContent Array of messages */ - private array $_msgContent = array(); + private $_msgContent = array(); /** * Custom X-Headers