Skip to content

Commit e9d4fcb

Browse files
author
davydov
committed
fix external checking
1 parent d407158 commit e9d4fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

antispambycleantalk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ public function onAfterRoute()
10071007
}
10081008
die();
10091009
}
1010-
elseif ($ctResponse['allow'] == 1 && $config['check_external'])
1010+
elseif ($ctResponse['allow'] == 1 && $config['check_external'] && isset($_POST['ct_action'], $_POST['ct_method']))
10111011
{
10121012
$form_action = $_POST['ct_action'];
10131013
$form_method = $_POST['ct_method'];

0 commit comments

Comments
 (0)