Great module!

Line 96 in .module file writes:
$url = "user/register";

It should be:
$url = "/user/register";

(Notice the slash... ;)

Comments

iva2k’s picture

Assigned: Unassigned » iva2k

Bug Confirmed. Though it is not a slash needed, but check_url(url(...)). Working on a fix.

iva2k’s picture

Status: Active » Fixed

Fixed in 6.x-1.2.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.