Drupal: why can't user admin access my module pages?
- by mmersz
I am working on a drupal 6.x module which consists of several page as defined in the .module page. The problem is that when I visit those pages as admin, I get access denied. I thought that admin (user 1) could access anything? Here the code for some of the pages:
function foobar_menu()
{
$items['admin/foobar'] = array(
'title' =>…