[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 03/04: sendmail Member are public
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 03/04: sendmail Member are public |
Date: |
Sun, 15 Sep 2019 12:59:58 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit a3cb426b683c321c2d4e7c41d2f515f4184512aa
Author: Dany De Bontridder <address@hidden>
Date: Sun Sep 15 14:01:17 2019 +0200
sendmail Member are public
---
include/lib/sendmail_core.class.php | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/include/lib/sendmail_core.class.php
b/include/lib/sendmail_core.class.php
index 43a71e2..4687930 100644
--- a/include/lib/sendmail_core.class.php
+++ b/include/lib/sendmail_core.class.php
@@ -33,13 +33,13 @@ require_once NOALYSS_INCLUDE.'/lib/filetosend.class.php';
class Sendmail_Core
{
- private $mailto;
- private $afile;
- private $subject;
- private $message;
- private $from;
- private $content;
- private $header;
+ public $mailto;
+ public $afile;
+ public $subject;
+ public $message;
+ public $from;
+ public $content;
+ public $header;
function __construct()
{