We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2fe9c commit cf28027Copy full SHA for cf28027
1 file changed
controller/main.php
@@ -266,7 +266,6 @@ private function display_pb()
266
$captcha = $this->captcha_factory->get_instance($this->config['captcha_plugin']);
267
$captcha->init($this::CONFIRM_PASTEBIN);
268
269
-
270
if (!$captcha->is_solved())
271
{
272
$error[] = $user->lang['CONFIRM_CODE_WRONG'];
@@ -530,7 +529,7 @@ private function display_pb()
530
529
531
$selected = ($data['snippet_prune_on'] - $data['snippet_time'] == $i * $this::SECONDS_MONTH) ? ' selected="selected"' : '';
532
}
533
- elseif($prune_month)
+ else if($prune_month)
534
535
$selected = ($i == $prune_month) ? ' selected="selected"' : '';
536
0 commit comments