merge heihedata branche r4053

This commit is contained in:
wlx 2013-11-11 04:09:05 +00:00
parent 6827dbdb5a
commit 7bc34ff31c
1 changed files with 1 additions and 1 deletions

View File

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