Index: /temp/trunk/data/class/SC_CheckError.php
===================================================================
--- /temp/trunk/data/class/SC_CheckError.php	(revision 9288)
+++ /temp/trunk/data/class/SC_CheckError.php	(revision 9293)
@@ -557,5 +557,5 @@
 			return;
 		}
-		if( strlen($value[1]) > 0 && ! EregI("^[[:alnum:]_\.-]+$", $value[1]) ) { 
+		if( strlen($this->arrParam[$value[1]]) > 0 && ! EregI("^[[:alnum:]_\.-]+$", $this->arrParam[$value[1]]) ) { 
 			$this->arrErr[$value[1]] = "¢¨ " . $value[0] . "¤Î¥Õ¥¡¥¤¥ëÌ¾¤ËÆüËÜ¸ì¤ä¥¹¥Ú¡¼¥¹¤Ï»ÈÍÑ¤·¤Ê¤¤¤Ç²¼¤µ¤¤¡£<br />";	
 		}
Index: /temp/trunk/html/test/uehara/tree.php
===================================================================
--- /temp/trunk/html/test/uehara/tree.php	(revision 9290)
+++ /temp/trunk/html/test/uehara/tree.php	(revision 9293)
@@ -139,8 +139,4 @@
 	$objErr = new SC_CheckError($_POST);
 	$objErr->doFunc(array("ºîÀ®¥Õ¥¡¥¤¥ë", "create_file"), array("EXIST_CHECK", "FILE_NAME_NO_UPLOAD_CHECK"));
-
-	if( strlen($_POST['create_file']) > 0 && ! EregI("^[[:alnum:]_\.-]+$", $_POST['create_file']) ) { 
-		$objErr->arrErr['create_file'] = "¢¨ " . $value[0] . "¤Î¥Õ¥¡¥¤¥ëÌ¾¤ËÆüËÜ¸ì¤ä¥¹¥Ú¡¼¥¹¤Ï»ÈÍÑ¤·¤Ê¤¤¤Ç²¼¤µ¤¤¡£<br />";	
-	}
 	
 	return $objErr->arrErr;
