Index: branches/version-2/data/class/pages/admin/contents/LC_Page_Admin_Contents_FileManager.php
===================================================================
--- branches/version-2/data/class/pages/admin/contents/LC_Page_Admin_Contents_FileManager.php	(revision 16996)
+++ branches/version-2/data/class/pages/admin/contents/LC_Page_Admin_Contents_FileManager.php	(revision 17657)
@@ -71,7 +71,5 @@
 
         if (!isset($_POST['mode'])) $_POST['mode'] = "";
-
-        $tpl_onload = "";
-
+		
         // 現在の階層を取得
         if($_POST['mode'] != "") {
@@ -144,5 +142,5 @@
                     $arrErr['create_file'] = "※ ".$_POST['create_file']."の作成に失敗しました。<br/>";
                 } else {
-                    $tpl_onload .= "alert('フォルダを作成しました。');";
+                    $this->tpl_onload .= "alert('フォルダを作成しました。');";
                 }
             }
@@ -155,5 +153,5 @@
                 $arrErr['upload_file'] = $ret;
             } else {
-                $tpl_onload .= "alert('ファイルをアップロードしました。');";
+                $this->tpl_onload .= "alert('ファイルをアップロードしました。');";
             }
             break;
@@ -188,5 +186,5 @@
         $treeView = "fnTreeView('tree', arrTree, '$now_dir', 'tree_select_file', 'tree_status', 'move');";
         if (!empty($this->tpl_onload)) {
-            $this->tpl_onload .= $treeView . $tpl_onload;
+            $this->tpl_onload .= $treeView;
         } else {
             $this->tpl_onload = $treeView;
