change template name

This commit is contained in:
wlx 2013-11-11 10:06:03 +00:00
parent 747b356901
commit 9260c03a60
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ class AccountController extends Zend_Controller_Action
if ($u->save()) {
//注册邮件
$mail_template = "member-register-en";
$mail_template = "member-register";
$mail_data = array(
'name'=>$formData['username'],
);