As it stands, if the settings are to redirect to the local version of the glossary definition, it redirects to example.com//42 (where 42 is the nid of the definition; note the null string in between the slashes). Also it appends the HTTP code to the URL as a query.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 580606-properly-redirect.patch | 482 bytes | sillygwailo |
Comments
Comment #1
sillygwailoThe attached patch removes the dollar sign from the path (since 'node' is the system path we want, not a variable) and updates the parameters for drupal_goto to 6.x.
Comment #2
fgmLooks good to me. If others want to chime in...
Comment #3
fgmComment #4
fgmCommitted to todays's version with a small string format change.