From eddb278a0a4dd0ccbfc0370349d2a9f9cd97fea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 13 Sep 2007 07:54:27 +0000 Subject: #174254 by pwolanin: Taxonomy term pages need proper titles --- modules/taxonomy/taxonomy.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/taxonomy/taxonomy.module') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 4c1aeb540..45f8f58a3 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -152,8 +152,8 @@ function taxonomy_menu() { $items['admin/content/taxonomy/%taxonomy_vocabulary/add/term'] = array( 'title' => 'Add term', - 'page callback' => 'drupal_get_form', - 'page arguments' => array('taxonomy_form_term', 3), + 'page callback' => 'taxonomy_add_term_page', + 'page arguments' => array(3), 'type' => MENU_LOCAL_TASK, 'parent' => 'admin/content/taxonomy/%taxonomy_vocabulary', 'file' => 'taxonomy.admin.inc', -- cgit v1.2.3