Avoid using drupal_goto() in form's submit handler, failing to do so will prevent other modules from overriding it. The ideal way to redirect upon form submit is $form_state['redirect'] = $path (or $_REQUEST['destination'] = $path).

Comments

levelos’s picture

Status: Active » Fixed

Good catch. Fixed in 9320940247060381a816f89eb7fffe26679f916c.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

fix typo