From 29de36f3483aac8af668021ffa1156eb491b5123 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 26 Feb 2013 13:15:09 +0000 Subject: [PATCH] Removing branch & branchReload, this now default No need to work with the treeType of branch or branchReload, as reloading branches are now the default and only tree type --- lib/get-tree.php | 48 +++++++++++++++++++++++------------------------- 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/lib/get-tree.php b/lib/get-tree.php index 2d71cad..34a12f9 100644 --- a/lib/get-tree.php +++ b/lib/get-tree.php @@ -1,5 +1,5 @@ '.$chmodInfo.''; } $type == "folder" ? $class = 'pft-directory' : $class = 'pft-file '.strtolower($ext); - $loadParam = $type == "folder" && ($ICEcoder['treeType'] == "branch" || $ICEcoder['treeType'] == "branchReload") ? "true" : "false"; + $loadParam = $type == "folder" ? "true" : "false"; echo "
  •         ".basename($fileFolderName)." ".$fileAtts."\n"; if ($i\n";} $lastPath = $fileFolderName;