Index: /mods/wpsg_mod_productvariants.class.php
===================================================================
--- /mods/wpsg_mod_productvariants.class.php	(revision 8323)
+++ /mods/wpsg_mod_productvariants.class.php	(revision 8324)
@@ -777,12 +777,13 @@
 				
 				if ($product_key === false) {
-					
-					// StandardschlÃŒssel ermitteln
-										
+
+					$arDefaultKey = [];
+					
+					// StandardschlÃŒssel ermitteln							
 					foreach ($arVariant as $variant_id => $variant_data)
 					{
 						
 						$arDefaultKeyValues = $variant_id.':'.array_keys($variant_data['arVariation'])[0];
-						$arDefaultKey[] = $arDefaultKeyValues;
+						$arDefaultKey = $arDefaultKeyValues;
 						
 					}
