Skip to content

Commit

Permalink
Update snippet.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sazanof authored Sep 6, 2017
1 parent 9444a05 commit 72ecf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/modules/letters/snippet.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function submitAjax_[+formname+](){
//добавляем подписчика
$data['cat_id'] = $cat_id;
if ($subscribers->InsOrUpdSubscriber($data, 'NULL') === true) {
$tpl = $thankyouTpl;
$msg = $thankyouTpl;
}
unset($_SESSION['token']);
}
Expand Down

0 comments on commit 72ecf31

Please sign in to comment.