The parameter that is used in drupal_goto is not correct. Actually the current language key is used but what drupal_goto needs is the path of the node we want to redirect to.
That path is the one in the hidden input for the corresponding language.
But that path in hidden input is not an absolute path and when used in drupal_goto redirects to incorrect target.
Both things needs to be corrected.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | javascript_fallback_bug-1437090-1.patch | 1.04 KB | manfer |
Comments
Comment #1
manfer commentedComment #2
manfer commentedComment #3
manfer commented