Index: temp/trunk/html/test/uehara/file_view.php
===================================================================
--- temp/trunk/html/test/uehara/file_view.php	(revision 8722)
+++ temp/trunk/html/test/uehara/file_view.php	(revision 8723)
@@ -20,5 +20,5 @@
 
 // ¥Õ¥¡¥¤¥ëÆâÍÆÉ½¼¨
-if(in_array($arrViewFile($ext))) {
+if(in_array($ext, $arrViewFile)) {
 	header("Content-type: text/plain\n\n");
 	print(sfReadFile(USER_PATH.$_GET['file']));
