Commit 0174caf4 by Qiang Xue

Fixed hashKey [skip ci]

parent 7f754648
...@@ -123,7 +123,7 @@ class Captcha extends InputWidget ...@@ -123,7 +123,7 @@ class Captcha extends InputWidget
$options = [ $options = [
'refreshUrl' => Url::toRoute($route), 'refreshUrl' => Url::toRoute($route),
'hashKey' => "yiiCaptcha/{$this->captchaAction}", 'hashKey' => "yiiCaptcha/{$route[0]}",
]; ];
return $options; return $options;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment