Index: class.browse_links.php =================================================================== --- class.browse_links.php (revision 7341) +++ class.browse_links.php (working copy) @@ -2073,6 +2073,7 @@ function TBE_expandFolder($expandFolder=0,$extensionList='',$noThumbs=0) { global $LANG; + $extensionList = ($extensionList == '*') ? '' : $extensionList; $expandFolder = $expandFolder ? $expandFolder : $this->expandFolder; $out=''; if ($expandFolder && $this->checkFolder($expandFolder)) { @@ -2341,6 +2342,7 @@ function TBE_dragNDrop($expandFolder=0,$extensionList='') { global $BACK_PATH; + $extensionList = ($extensionList == '*') ? '' : $extensionList; $expandFolder = $expandFolder ? $expandFolder : $this->expandFolder; $out=''; if ($expandFolder && $this->checkFolder($expandFolder)) {