While using redirect url, it calls drupal_http_build_query() for which first argument is an array. But the query returned by parse_url() is a string & the query is also given as a string in code(Line:2086 in webform.module) which creates a problem.This patch corrects this and allows proper redirection.
| Comment | File | Size | Author |
|---|---|---|---|
| webform_clientform_submit_redirect.patch | 678 bytes | chakrapani |
Comments
Comment #1
quicksketchExcellent thanks.
Comment #2
asifnoor commentedI have tested the patch and it is working fine.
Thanks
Comment #3
quicksketchThanks for reviewing asifnoor. Committed.