Closed (fixed)
Project:
Fasttoggle
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2007 at 12:13 UTC
Updated:
4 Sep 2007 at 22:42 UTC
Lines 137 and 160 in fasttoggle.module need to use $base_url or they will print links like http://example.com/admin/settings/admin/user/access
A #modules-fasttoggle fragment would be nice, too.
Before:
'#value' => t('Configure access restrictions for these settings on the <a href="@url">access control</a> page.', array('@url' => 'admin/user/access')),
After:
'#value' => t('Configure access restrictions for these settings on the <a href="@url">access control</a> page.', array('@url' => $base_url . 'admin/user/access#module-fasttoggle')),
Since this is in a settings form, I'm not sure how to write it to account for sites without clean URLs enabled.
Comments
Comment #1
kkaefer commentedThanks for reporting this. Fixed in the dev version.
Comment #2
(not verified) commented