From fbfcee5cf704edfdc4cd750414f58e27235536e8 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 11 Jul 2009 00:58:52 +0000 Subject: #516172 by yched: Fix incorrect path in term bundles. --- modules/taxonomy/taxonomy.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 4c9b0988f..15feb2b49 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -39,8 +39,8 @@ function taxonomy_fieldable_info() { $return['taxonomy_term']['bundles'][$vocabulary->machine_name] = array( 'label' => $vocabulary->name, 'admin' => array( - 'path' => 'admin/content/taxonomy/%taxonomy_vocabulary', - 'real path' => 'admin/content/taxonomy/' . $vocabulary->vid, + 'path' => 'admin/build/taxonomy/%taxonomy_vocabulary', + 'real path' => 'admin/build/taxonomy/' . $vocabulary->vid, 'bundle argument' => 3, 'access arguments' => array('administer taxonomy'), ), -- cgit v1.2.3