diff --git a/application/default/controllers/HeiheController.php b/application/default/controllers/HeiheController.php index dad9db02..424621d3 100644 --- a/application/default/controllers/HeiheController.php +++ b/application/default/controllers/HeiheController.php @@ -592,7 +592,7 @@ class HeiheController extends DataController //email to author $mail=new WestdcMailer($this->view->config->smtp); $mail->setFrom($this->view->config->service->email,'数据服务组'); - $mailtp=new EmailText($this->db,"metadata-new-author",array( + $mailtp=new EmailText($this->db,"heihe-new-author",array( 'user' => $user->username, 'uuid' => $iso->uuid, 'email'=> $user->email,