mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
divisive public and private browsing controller
This commit is contained in:
@@ -118,6 +118,6 @@ class SharedFileAccessContentController extends Controller
|
||||
(int)$file->getRawOriginal('filesize')
|
||||
);
|
||||
|
||||
return $this->helper->thumbnail_file($file, $shared->user_id);
|
||||
return $this->helper->download_thumbnail_file($file, $shared->user_id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user