Active
Project:
Aboutpeople
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2010 at 14:36 UTC
Updated:
4 Jan 2010 at 14:36 UTC
In order to retrun the user to the nodem where she clicked "Sign In..", there must be a query parameter destination passed in the l()-function in php_template_flat_login().
This is what is needed:
...
$nid = arg(1);
if (!$user->uid) {
$message= '
';
}
...