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 "