Index: temp/trunk/html/admin/products/product.php
===================================================================
--- temp/trunk/html/admin/products/product.php	(revision 9795)
+++ temp/trunk/html/admin/products/product.php	(revision 9796)
@@ -569,5 +569,5 @@
 		
 		$path = $objUpFile->makeThumb($from_path, $to_w, $to_h);
-		$objUpFile->save_file[$arrImageKey[$to_key]] = basename($path);
+		$objUpFile->temp_file[$arrImageKey[$to_key]] = basename($path);
 	}
 }
