Index: temp/trunk/html/admin/design/main_edit.php
===================================================================
--- temp/trunk/html/admin/design/main_edit.php	(revision 3462)
+++ temp/trunk/html/admin/design/main_edit.php	(revision 3463)
@@ -27,5 +27,5 @@
 // templates¥Õ¥©¥ë¥À¤Ë½ñ¤­¹þ¤ß¸¢¸Â¤òÉÕÍ¿
 $template_dir = ROOT_DIR . USER_DIR . "template";
-if(is_writable($template_dir)){
+if(!is_writable($template_dir)){
 	chmod($template_dir, 0666);
 }
