Closed (fixed)
Project:
LoginToboggan
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Mar 2006 at 21:58 UTC
Updated:
28 Mar 2006 at 00:46 UTC
Our setup:
If you start with
www.example.com/overview
everything is fine.
If you start with
www.example.com/
you get www.example.com/node
I change line 619 in loggintoboggan.module
from
$destination = 'node';
to
$destination = variable_get('site_frontpage', 0);
Everything is fine again.
Thanks for the great module!
| Comment | File | Size | Author |
|---|---|---|---|
| ltb_front.patch | 544 bytes | kje |
Comments
Comment #1
hunmonk commentedah, good catch. i don't like defaulting to '0', though. i made the default 'node' instead, as this is the front page in the case where that var isn't set, and i think having a false val there might cause probs. fixed in all versions of the module
Comment #2
(not verified) commented