mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
UI improvements part 2
This commit is contained in:
@@ -27,10 +27,7 @@ class VisitorZipController extends Controller
|
||||
Request $request,
|
||||
Share $shared,
|
||||
): ZipStream {
|
||||
// Check ability to access protected share record
|
||||
($this->protectShareRecord)($shared);
|
||||
|
||||
list($folders, $files) = ($this->getItemsListFromUrlParam)($shared->user_id);
|
||||
list($folders, $files) = ($this->getItemsListFromUrlParam)();
|
||||
|
||||
// Check access to requested folders
|
||||
if ($folders->isNotEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user