Index: branches/feature-module-update/data/class/SC_UploadFile.php
===================================================================
--- branches/feature-module-update/data/class/SC_UploadFile.php	(revision 16741)
+++ branches/feature-module-update/data/class/SC_UploadFile.php	(revision 16953)
@@ -127,5 +127,5 @@
                 // 一時ファイルの場合削除する。
                 if($this->temp_file[$cnt] != "") {
-                    $objImage->deleteImage($this->temp_file[$cnt], $this->save_dir);
+                    $objImage->deleteImage($this->temp_file[$cnt], $this->temp_dir);
                 }
                 $this->temp_file[$cnt] = "";
