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.

Comments

quicksketch’s picture

Status: Active » Needs review

Excellent thanks.

asifnoor’s picture

Status: Needs review » Reviewed & tested by the community

I have tested the patch and it is working fine.

Thanks

quicksketch’s picture

Title: Webform form with redirection gives error due to the bug in the code. » Webform form with redirection gives error
Status: Reviewed & tested by the community » Fixed

Thanks for reviewing asifnoor. Committed.

Status: Fixed » Closed (fixed)

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