diff --git a/captcha/sortables.php b/captcha/sortables.php index 5b6334e..0ff325b 100644 --- a/captcha/sortables.php +++ b/captcha/sortables.php @@ -474,8 +474,8 @@ public function check_answer() // Well how did the user sorted it $options_left = $this->request->variable('sortables_options_left', array(0)); $options_right = $this->request->variable('sortables_options_right', array(0)); - $honeypot = $this->request->variable('password', []); - if ($honeypot != []) + $honeypot = $this->request->variable('password2', ''); + if ($honeypot) { return false; } diff --git a/styles/prosilver/template/captcha_sortables.html b/styles/prosilver/template/captcha_sortables.html index bd6b3fb..d7b81e3 100644 --- a/styles/prosilver/template/captcha_sortables.html +++ b/styles/prosilver/template/captcha_sortables.html @@ -72,7 +72,7 @@

{L_CONFIRMATION}

- +