mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-03c4ffe
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user