You are here

function apps_confirm_form_submit in Apps 7

Redirects user to same path but with token.

File

./apps.pages.inc, line 48
The page callbacks for the Apps module.

Code

function apps_confirm_form_submit($form, &$form_state) {
  $form_state['redirect'] = $form['#redirect_path'];
}