Index: /mods/wpsg_mod_relatedproducts.class.php
===================================================================
--- /mods/wpsg_mod_relatedproducts.class.php	(revision 5914)
+++ /mods/wpsg_mod_relatedproducts.class.php	(revision 5915)
@@ -105,18 +105,10 @@
 		public function product_addedit_content(&$product_content, &$product_data)
 		{
-				
+			
+			if ($product_data['id'] <= 0) return;
 			if (isset($_REQUEST['wpsg_lang'])) return;
-			
-			//if ($produkt_data['id'] <= 0) return;
-			
-			$this->shop->view['data'] = $produkt_data;
-			
-			$this->shop->view['wpsg_mod_relatedproducts']['data'] = $product_data;
-		
-			/*$product_content['wpsg_mod_relatedproducts'] = array(
-					'title' => __('ZubehÃ¶rprodukte', 'wpsg'),
-					'content' => $this->shop->render(WPSG_PATH_VIEW.'/mods/mod_relatedproducts/produkt_addedit_sidebar.phtml', false)
-			);*/
-			
+						
+			$this->shop->view['data'] = $product_data;			 
+		 
 			$product_content['general']['content'] .= $this->shop->render(WPSG_PATH_VIEW.'/mods/mod_relatedproducts/produkt_addedit_sidebar.phtml', false);
 				
