mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
- zip folder fix for sisters directories
This commit is contained in:
@@ -30,6 +30,7 @@ class Editor
|
||||
* Zip requested folder
|
||||
*
|
||||
* @param $unique_id
|
||||
* @param $shared
|
||||
* @return mixed
|
||||
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
|
||||
*/
|
||||
@@ -42,8 +43,7 @@ class Editor
|
||||
->with('folders')
|
||||
->first();
|
||||
|
||||
|
||||
$files = get_files_for_zip($requested_folder);
|
||||
$files = get_files_for_zip($requested_folder, collect([]));
|
||||
|
||||
// Local storage instance
|
||||
$disk_local = Storage::disk('local');
|
||||
|
||||
Reference in New Issue
Block a user