Skip to content

Commit

Permalink
Code fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
davydovct committed Feb 13, 2018
1 parent 7a28bf8 commit 362d32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
if (isset($_POST['ct_checkjs']) && $_POST['ct_checkjs'] == date("Y"))
$js_on = 1;
$sender_info = json_encode($sender_info);
$ct = new Cleantalk();
$ct = new Cleantalk();
$ct_request = new CleantalkRequest();
$ct_request->auth_key = trim($this->config->get('module_antispambycleantalk_access_key'));
$ct_request->sender_email = $this->request->post['email'];
Expand Down

0 comments on commit 362d32d

Please sign in to comment.