Index: temp/trunk/html/admin/system/update.php
===================================================================
--- temp/trunk/html/admin/system/update.php	(revision 5934)
+++ temp/trunk/html/admin/system/update.php	(revision 6080)
@@ -61,9 +61,9 @@
 //-------------------------------------------------------------------------------------------------------
 // ¹¹¿·¥Õ¥¡¥¤¥ë¤Î¼èÆÀ
-function lfCopyUpdateFile($val) {
+function lfCopyUpdateFile($file) {
 	global $objPage;
 	
-	$src_path = sfRmDupSlash(UPDATE_HTTP . $val . ".txt");
-	$dst_path = sfRmDupSlash(ROOT_DIR . $val);
+	$src_path = sfRmDupSlash(UPDATE_HTTP . $file . ".txt");
+	$dst_path = sfRmDupSlash(ROOT_DIR . $file);
 	$flg_ok = true;	// ½èÍý¤ÎÀ®¸ùÈ½Äê
 	
