Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed May 12, 2014
1 parent 659cea8 commit fff1354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// ------------------------------------------------------------------------------------------------

$g_api_version = "1.1.2";
$g_api_version = "1.1.3";
$g_api_recaptcha_error = null;

// import the main library file
Expand Down Expand Up @@ -579,7 +579,7 @@ function ft_api_process_form($params)
$has_captcha = isset($form_data["recaptcha_response_field"]) ? true : false;
$no_sessions_url = isset($params["no_sessions_url"]) ? $params["no_sessions_url"] : false;

if (empty($form_id) || empty($submission_id))
if (!isset($_GET["ft_sessions_url_override"]) && (empty($form_id) || empty($submission_id)))
{
if (!empty($no_sessions_url))
{
Expand Down

0 comments on commit fff1354

Please sign in to comment.