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

bdragon’s picture

I agree. Committed to DRUPAL-4-7 and DRUPAL-5. Thanks.

bdragon’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)