Closed (fixed)
Project:
Mailchimp
Version:
7.x-2.3
Component:
Lists
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2011 at 18:22 UTC
Updated:
23 Dec 2011 at 17:20 UTC
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
Comment #1
levelos commentedGood catch. Fixed in 9320940247060381a816f89eb7fffe26679f916c.
Comment #2.0
(not verified) commentedfix typo