Closed (fixed)
Project:
footermap: a footer site map
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2010 at 15:23 UTC
Updated:
25 Aug 2010 at 20:00 UTC
Hi,
Sorry, it's me again !
I have a problem with a link to my contact form in the footer. It doesn't appear.
Without this line (footermap_get_menu function), it's working.
if ((count($args) == 1) ? user_access($args[0]) : user_access($args[0], $args[1]))
continue;
I know this condition is looking if the users have an access to the page. But anonymous and identified users have an access to the contact form. So maybe there is a problem here.
I hope it's not a configuration error from me ...
Comments
Comment #1
mradcliffeAck. Bad logic on that line.
Fixed in dev version and in 7 dev.
Comment #2
luukyb commentedThanks mradcliffe
Comment #3
mradcliffe#875408: menu doesnt show marked as duplicate.