Index: temp/trunk/html/test/uehara/test.php
===================================================================
--- temp/trunk/html/test/uehara/test.php	(revision 8757)
+++ temp/trunk/html/test/uehara/test.php	(revision 8758)
@@ -39,6 +39,6 @@
 					if ($item != "." && $item != "..") {
 						if (is_dir("$dir/$item")) {
+							echo $arrTree[$cnt]['file_name'] = "$dir/$item<br/>";
 							sfGetFileTree("$dir/$item");
-							echo $arrTree[$cnt]['file_name'] = "$dir/$item<br/>";
 						}
 					}
