Skip to content

Commit 221151a

Browse files
authored
Add honeypot opening brace on a new line
1 parent 3e9b98b commit 221151a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

captcha/sortables.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,8 @@ public function check_answer()
475475
$options_left = $this->request->variable('sortables_options_left', array(0));
476476
$options_right = $this->request->variable('sortables_options_right', array(0));
477477
$honeypot = $this->request->variable('password', []);
478-
if ($honeypot != []) {
478+
if ($honeypot != [])
479+
{
479480
return false;
480481
}
481482

0 commit comments

Comments
 (0)