summaryrefslogtreecommitdiff
path: root/modules/contact
diff options
context:
space:
mode:
Diffstat (limited to 'modules/contact')
-rw-r--r--modules/contact/contact.module2
1 files changed, 0 insertions, 2 deletions
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(