From c9de4646c570a45de03d6e7ec470daf01a8d2cab Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 24 Sep 2010 00:37:45 +0000 Subject: - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths and local tasks #2. --- modules/contact/contact.module | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/contact') diff --git a/modules/contact/contact.module b/modules/contact/contact.module index 06103eae2..fc66f0519 100644 --- a/modules/contact/contact.module +++ b/modules/contact/contact.module @@ -77,7 +77,6 @@ function contact_menu() { 'page callback' => 'drupal_get_form', 'page arguments' => array('contact_category_edit_form', 4), 'access arguments' => array('administer contact forms'), - 'type' => MENU_CALLBACK, 'file' => 'contact.admin.inc', ); $items['admin/structure/contact/delete/%contact'] = array( @@ -85,7 +84,6 @@ function contact_menu() { 'page callback' => 'drupal_get_form', 'page arguments' => array('contact_category_delete_form', 4), 'access arguments' => array('administer contact forms'), - 'type' => MENU_CALLBACK, 'file' => 'contact.admin.inc', ); $items['contact'] = array( -- cgit v1.2.3