Index: temp/trunk/html/admin/products/product.php
===================================================================
--- temp/trunk/html/admin/products/product.php	(revision 9191)
+++ temp/trunk/html/admin/products/product.php	(revision 9209)
@@ -523,5 +523,5 @@
 	$to_h = $objUpFile->height[$arrImageKey[$to_key]];
 	
-	if($objUpFile->temp_file[$arrImageKey[$to_key]] == ""){
+	if($objUpFile->temp_file[$arrImageKey[$to_key]] == "" and $objUpFile->save_file[$arrImageKey[$to_key]] == ""){
 		$path = $objUpFile->saveResizeImage($from_key, $to_w, $to_h);
 		$objUpFile->temp_file[$arrImageKey[$to_key]] = $path;
