Commit 0174caf4 by Qiang Xue

Fixed hashKey [skip ci]

parent 7f754648
......@@ -123,7 +123,7 @@ class Captcha extends InputWidget
$options = [
'refreshUrl' => Url::toRoute($route),
'hashKey' => "yiiCaptcha/{$this->captchaAction}",
'hashKey' => "yiiCaptcha/{$route[0]}",
];
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