By jeditdog on
I am programming a module that I want 2 different types of users to have access to.
However, I'm learning that I can't do this: 'access arguments' => array('permission1', 'permission2'),
Any suggestions on how to accomplish this?
Comments
Of course
Its supports more than 1 and use array format to pass value, see: http://api.drupal.org/api/drupal/modules--system--system.api.php/functio...