can i safely assume that you are using the link 'invite/add' to call the add ...

Contribution Date
Technology
Contribution Project
Contribution Details

can i safely assume that you are using the link 'invite/add' to call the add invite form since i am facing the same issue.

$items['invite/add'] = array( 'title' => 'Add Invite', 'page callback' => 'invite_admin_add_page', 'access arguments' => array('create invites'), 'file' => 'includes/invite.admin.inc', 'type' => MENU_LOCAL_ACTION, 'tab_parent' => 'invite', 'tab_root' => 'invite', );

Looking at the code i saw that the access callback attribute was not specified for the link. is this a feature or a bug?

Contribution Author
Files count
0
Patches count
0