change template name

This commit is contained in:
wlx 2013-11-11 10:02:29 +00:00
parent 6cd975a861
commit 747b356901
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 = "users-register";
$mail_template = "member-register-en";
$mail_data = array(
'name'=>$formData['username'],
);