Closed (duplicate)
Project:
Path Access
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2011 at 02:50 UTC
Updated:
1 Jul 2012 at 00:32 UTC
Hey,
This module works as expected, except the menu access isn't kicking in.
Although my anonymous users can't access the page, the can still see it in the menu bar.
This is happening in a custom menu, using the following code to print the menu:
<?php
$vars['utility_menu'] = theme('links__menu_utility_menu', array(
'links' => menu_navigation_links('menu-utility-menu'),
'attributes' => array('class'=>array('inline-menu'))
));
?>
Comments
Comment #1
buddaSee #261760: Menu items still appear when path access is restricted