Index: /mods/wpsg_mod_productvariants.class.php
===================================================================
--- /mods/wpsg_mod_productvariants.class.php	(revision 6388)
+++ /mods/wpsg_mod_productvariants.class.php	(revision 6389)
@@ -295,5 +295,7 @@
 
 				if (wpsg_isSizedArray($arProductImagesPossible)) $product_data['image_show'] = array_shift($arProductImagesPossible);
-
+				if (wpsg_isSizedString($product_data['image_show']))
+					$product_data['image_show'] = sanitize_file_name($product_data['image_show']);
+					
 				// Preise fÃŒr die Varianten berechnen
 				if (!(isset($product_data['varPriceAdded']) && ($product_data['varPriceAdded'] = 1)))
