From dcec446d69cafb8afb65b0451923d455d1d5821c Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 16 Nov 2017 15:25:59 +0800 Subject: [PATCH] * fix bug for send mail with ztcloud. --- lib/ztcloud/ztcloud.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ztcloud/ztcloud.class.php b/lib/ztcloud/ztcloud.class.php index 723f204784..40f3453ab0 100644 --- a/lib/ztcloud/ztcloud.class.php +++ b/lib/ztcloud/ztcloud.class.php @@ -176,6 +176,7 @@ class ztcloud public function clearAllRecipients() { $this->toList = ''; + $this->ccList = ''; } /**