Active
Project:
Easy Login
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2009 at 11:32 UTC
Updated:
2 Sep 2009 at 22:25 UTC
I suggest following correction in easylogin.module in function _easylogin_userdata($uid) :
Instead of
$fullurl = $base_url . '/easylogin/' . $url;
replace with
$fullurl = $base_url . (strpos(request_uri(), '?q=') == FALSE ? '/' : '?q=') . 'easylogin/' . $url;
Thank you!
Comments
Comment #1
George2 commentedah nice. i'll get this committed during the weekend...
thanks