From 7353ee4da5487b48cb116ec325fa4b4e658d8448 Mon Sep 17 00:00:00 2001 From: dingguodong Date: Wed, 21 Jun 2023 18:24:39 +0800 Subject: [PATCH] * Apply to zin. --- module/mail/control.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/mail/control.php b/module/mail/control.php index 1f1615f861..90dc2b46a7 100755 --- a/module/mail/control.php +++ b/module/mail/control.php @@ -65,13 +65,13 @@ class mail extends control if($error) return print(js::alert($error)); - echo ""; $mailConfig = $this->mail->autoDetect($this->post->fromAddress); $mailConfig->fromAddress = $this->post->fromAddress; $mailConfig->domain = common::getSysURL(); $this->session->set('mailConfig', $mailConfig); - return print(js::locate(inlink('edit'), 'parent')); + $response['load'] = inlink('edit'); + return $this->send($response); } $this->view->title = $this->lang->mail->common . $this->lang->colon . $this->lang->mail->detect;