We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8c4fa commit 3d8d551Copy full SHA for 3d8d551
1 file changed
controller/main.php
@@ -127,7 +127,7 @@ private function table($name)
127
if($name == 'pastebin')
128
{
129
return $this->pastebin_table;
130
- }
+ }
131
}
132
133
/**
@@ -271,6 +271,10 @@ private function display_pb()
271
272
$error[] = $user->lang['CONFIRM_CODE_WRONG'];
273
274
+ else if (!empty($error))
275
+ {
276
+ $captcha->new_attempt();
277
278
else
279
280
$captcha->garbage_collect($this::CONFIRM_PASTEBIN);
0 commit comments