Closed (duplicate)
Project:
Forward
Version:
5.x-1.16
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2008 at 12:19 UTC
Updated:
28 Aug 2008 at 12:34 UTC
Somehow after submitting the forward form the users are always being redirected to the front page and not staying on the recent node where they submitted the form from.
after I commented out this part of forward.module it worked again:
if ($nid == '') {
$nid = 0;
$returnurl = '<front>';
}
I am inserting the forwardform into a cck-node with
print $node->content['forward']['#value']
I tried to send it with using the $body var and the complete output but the same happens?!
Comments
Comment #1
germandrupaller commentedJust saw the duplicate