Index: temp/trunk/html/admin/products/product.php
===================================================================
--- temp/trunk/html/admin/products/product.php	(revision 9190)
+++ temp/trunk/html/admin/products/product.php	(revision 9191)
@@ -524,5 +524,5 @@
 	
 	if($objUpFile->temp_file[$arrImageKey[$to_key]] == ""){
-		$path = $objUpFile->saveResizeImage($_POST['image_key'], $to_w, $to_h);
+		$path = $objUpFile->saveResizeImage($from_key, $to_w, $to_h);
 		$objUpFile->temp_file[$arrImageKey[$to_key]] = $path;
 	}
