Skip to content

Commit

Permalink
Fix double-submissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Jan 24, 2014
1 parent 4b65166 commit 34cb80d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions trunk/salesforce-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -1623,6 +1623,9 @@ public static function manual_export( $form, $entry_id = NULL ) {
self::export_feed( $entry, $form, $feed, $api );
}
}

// Don't send twice.
unset($_POST['update_to_salesforce']);
}


Expand Down

0 comments on commit 34cb80d

Please sign in to comment.