Index: temp/trunk/html/admin/products/product.php
===================================================================
--- temp/trunk/html/admin/products/product.php	(revision 9796)
+++ temp/trunk/html/admin/products/product.php	(revision 9797)
@@ -566,6 +566,8 @@
 	$to_h = $objUpFile->height[$arrImageKey[$to_key]];
 	
-	if(($objUpFile->temp_file[$arrImageKey[$to_key]] == "" and $objUpFile->save_file[$arrImageKey[$to_key]] == "") or $forced){
-		
+	
+	if($forced) $objUpFile->save_file[$arrImageKey[$to_key]] = "";
+	
+	if(($objUpFile->temp_file[$arrImageKey[$to_key]] == "" and $objUpFile->save_file[$arrImageKey[$to_key]] == "")){
 		$path = $objUpFile->makeThumb($from_path, $to_w, $to_h);
 		$objUpFile->temp_file[$arrImageKey[$to_key]] = basename($path);
