We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9b98b commit 221151aCopy full SHA for 221151a
captcha/sortables.php
@@ -475,7 +475,8 @@ public function check_answer()
475
$options_left = $this->request->variable('sortables_options_left', array(0));
476
$options_right = $this->request->variable('sortables_options_right', array(0));
477
$honeypot = $this->request->variable('password', []);
478
- if ($honeypot != []) {
+ if ($honeypot != [])
479
+ {
480
return false;
481
}
482
0 commit comments