src build elFinder-2.1-03c4ffe

This commit is contained in:
nao-pon
2017-07-13 16:43:20 +09:00
parent dedc690b65
commit 01a47ea98e
5 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -501,7 +501,7 @@ class elFinderVolumeBox extends elFinderVolumeDriver
list(, $itemId) = $this->_bd_splitPath($path);
try {
$url = self::API_URL.'/files/'.$itemId.'/content';
$url = self::API_URL.'/files/'.$itemId.'/thumbnail.png?min_height=' . $this->tmbSize . '&min_width=' . $this->tmbSize;
$contents = $this->_bd_fetch($url, true);