The $_REQUEST global variable is already decoded ( reference: http://php.net/manual/en/function.urldecode.php ). Thus, the one in the current function is superfluous and may/can cause issues.

CommentFileSizeAuthor
#1 drupal-1047874.patch643 bytesSouvent22

Comments

Souvent22’s picture

StatusFileSize
new643 bytes

Attached is a patch to remedy this.

Souvent22’s picture

It should also be noted that this is really a back-port of the drupal_goto in D7 as D7 handles this correctly, in **NOT** re-decoding the variables from the $_REQUEST global.

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.