Apparenly in the tapir.module
line 44 'menu item' key of table "$table" is used when in fact it is not ever defined in function "function tapir_menu($may_cache)"
'type' => ((!isset($table['path']) && variable_get('tapir_table_menu_items', FALSE)) || $table['menu item'] === TRUE) ? MENU_NORMAL_ITEM : MENU_CALLBACK,
ie $table['menu item'] is not defined anywhere.
Comments
Comment #1
rszrama commentedLooks to me like it's part of the foreach() on line 35.