From 9f5962851603547db94007e1c4a55d948cc32fa2 Mon Sep 17 00:00:00 2001 From: wlx Date: Mon, 5 Nov 2012 12:32:00 +0000 Subject: [PATCH] change heihe data submit mail template --- application/default/controllers/HeiheController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,