bad menu item similarnodes/build_cache

joachim - February 3, 2009 - 15:42
Project:Similar Nodes
Version:5.x-1.x-dev
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

There's a dead menu item in this module that leaves you with a menu item with no title:

    $items[] = array (
      'path' => 'similarnodes/build_cache',
      'callback' => 'similarnodes_build_cache',
      'access' => true,
    );

Dunno why you'd want that in the menu anyway?
Anyway, adding either a title or a 'type' => MENU_CALLBACK fixes this.

 
 

Drupal is a registered trademark of Dries Buytaert.