Index: /mods/wpsg_mod_productview.class.php
===================================================================
--- /mods/wpsg_mod_productview.class.php	(revision 5615)
+++ /mods/wpsg_mod_productview.class.php	(revision 5618)
@@ -330,5 +330,5 @@
 					
 					$arSubCat = get_terms(array(
-						'taxonomy' => 'wpsg-tax',
+						'taxonomy' => 'wpsgtax',
 						'child_of' => $cat_id							
 					));
Index: /mods/wpsg_mod_produktartikel.class.php
===================================================================
--- /mods/wpsg_mod_produktartikel.class.php	(revision 5615)
+++ /mods/wpsg_mod_produktartikel.class.php	(revision 5618)
@@ -231,5 +231,5 @@
 			$callback = add_submenu_page('wpsg-Admin', __("Produktkategorien", "wpsg"), __("Produktkategorien", "wpsg"), 'wpsg_produkt', 'wpsg-Productcategories', 'callback');
 			
-			add_action("load-".$callback, function() { header('Location: '.admin_url('edit-tags.php?taxonomy=wpsg-tax')); exit; } );
+			add_action("load-".$callback, function() { header('Location: '.admin_url('edit-tags.php?taxonomy=wpsgtax')); exit; } );
 				
 		} // public function wpsg_add_pages()
@@ -533,5 +533,5 @@
 				
 				// Neue Zuordnung speichern
-				foreach ((array)$_REQUEST['tax_input']['wpsg-tax'] as $c)
+				foreach ((array)$_REQUEST['tax_input']['wpsgtax'] as $c)
 				{
 					
@@ -569,5 +569,5 @@
 			if ($this->shop->get_option('wpsg_mod_produktartikel_showui') == '1') $show_ui = true;
 					
-			register_taxonomy('wpsg-tax', $this->shop->get_option('wpsg_mod_produktartikel_pathkey'), array(
+			register_taxonomy('wpsgtax', $this->shop->get_option('wpsg_mod_produktartikel_pathkey'), array(
 				'label' => __('Produktkategorien', 'wpsg'),
 				'labels' => array(
@@ -592,5 +592,5 @@
 					'show_ui' => $show_ui,
  					'show_in_menu' => false,
-					'taxonomies' => array('wpsg-tax'),
+					'taxonomies' => array('wpsgtax'),
 					'has_archive' => true,
 					'supports' => array('title', 'editor', 'thumbnail')
@@ -898,5 +898,5 @@
 				WHERE 
 					TT.`parent` = '".wpsg_q($ref)."' AND 
-					TT.`taxonomy` = 'wpsg-tax' AND
+					TT.`taxonomy` = 'wpsgtax' AND
 					T.`term_id` > 0
 				ORDER BY
@@ -928,5 +928,5 @@
 			
 			$arCat = get_categories(array(
-				'taxonomy' => 'wpsg-tax',
+				'taxonomy' => 'wpsgtax',
 				'child_of' => $child_of,
 				'hide_empty' => true,
@@ -948,5 +948,5 @@
 			
 			$arCat = get_categories(array(
-				'taxonomy' => 'wpsg-tax',
+				'taxonomy' => 'wpsgtax',
 				'parent' => $parent,
 				'hide_empty' => true
Index: /views/mods/mod_produktartikel/produkt_addedit_content.phtml
===================================================================
--- /views/mods/mod_produktartikel/produkt_addedit_content.phtml	(revision 5615)
+++ /views/mods/mod_produktartikel/produkt_addedit_content.phtml	(revision 5618)
@@ -13,5 +13,5 @@
 		<div id="category-all" class="tabs-panel">
 			<ul id="categorychecklist" class="list:category categorychecklist form-no-clear">
-				<?php wp_terms_checklist(wpsg_getStr($this->view['data']['post_id']), array('taxonomy' => 'wpsg-tax')); ?>
+				<?php wp_terms_checklist(wpsg_getStr($this->view['data']['post_id']), array('taxonomy' => 'wpsgtax')); ?>
 			</ul>
 		</div>
@@ -19,5 +19,5 @@
 	
 	<br />
-	<a href="<?php echo WPSG_URL_WP; ?>wp-admin/aedit-tags.php?taxonomy=wpsg-tax"><span class="wpsg-glyphicon glyphicon glyphicon-wrench"></span><?php echo __('Zur Kategorieverwaltung', 'wpsg'); ?></a>
+	<a href="<?php echo WPSG_URL_WP; ?>wp-admin/aedit-tags.php?taxonomy=wpsgtax"><span class="wpsg-glyphicon glyphicon glyphicon-wrench"></span><?php echo __('Zur Kategorieverwaltung', 'wpsg'); ?></a>
 	
 <?php echo wpsg_drawForm_AdminboxEnd(); ?>
