Index: branches/version-2/html/install/index.php
===================================================================
--- branches/version-2/html/install/index.php	(revision 17418)
+++ branches/version-2/html/install/index.php	(revision 17622)
@@ -434,5 +434,6 @@
     // 権限エラー等が発生していない場合
     if(!$err_file) {
-        $path = "../upload/temp_template";
+        umask(0);
+    	$path = "../upload/temp_template";
         if(!file_exists($path)) {
             mkdir($path);
