In hook_menu (weblinks_menu), you have the following code:
$items[] = array('path' => 'node/edit/weblinks',
'access' => user_access('edit group weblinks'));
This code is missing a 'title' and any way to do anything with it.
In hook_menu (weblinks_menu), you have the following code:
$items[] = array('path' => 'node/edit/weblinks',
'access' => user_access('edit group weblinks'));
This code is missing a 'title' and any way to do anything with it.
Comments
Comment #1
bdragon commentedI agree. Committed to DRUPAL-4-7 and DRUPAL-5. Thanks.
Comment #2
bdragon commentedComment #3
(not verified) commented