Account controller修复验证码无法生成的bug
This commit is contained in:
parent
5d80b35553
commit
3ef2748dd1
|
@ -344,7 +344,7 @@ class AccountController extends Zend_Controller_Action
|
|||
|
||||
if(empty($captchaword))
|
||||
{
|
||||
$this->setCaptcha($captchaword);
|
||||
$this->setCaptcha($captcha);
|
||||
$this->view->error = "请输入验证码";
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue