From 0ae3735b5fc94c1930bf0360d56ff24efe7c206d Mon Sep 17 00:00:00 2001 From: Liam Morland <lkmorlan@493050.no-reply.drupal.org> Date: Tue, 10 Apr 2012 14:01:20 -0700 Subject: [PATCH] Issue #1508656: Show breadcrumbs on field edit page. --- fillpdf.module | 1 - 1 file changed, 1 deletion(-) diff --git a/fillpdf.module b/fillpdf.module index 961b273..df0175d 100644 --- a/fillpdf.module +++ b/fillpdf.module @@ -103,7 +103,6 @@ function fillpdf_menu() { 'page callback' => 'fillpdf_field', 'page arguments' => array(4, 3, 5), 'access arguments' => $access, - 'type' => MENU_CALLBACK, ); $items['admin/structure/fillpdf/%/delete/%'] = array( 'page callback' => 'drupal_get_form', -- GitLab