Account controller修复验证码无法生成的bug

This commit is contained in:
Li Jianxuan 2013-11-11 02:53:34 +00:00
parent 5d80b35553
commit 3ef2748dd1
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ class AccountController extends Zend_Controller_Action
if(empty($captchaword)) if(empty($captchaword))
{ {
$this->setCaptcha($captchaword); $this->setCaptcha($captcha);
$this->view->error = "请输入验证码"; $this->view->error = "请输入验证码";
return true; return true;
} }