mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 00:42:16 +00:00
added it_delete_multiple_files_in_shared_folder test
This commit is contained in:
@@ -373,7 +373,7 @@ class Editor
|
||||
*/
|
||||
public static function move($request, $to_id)
|
||||
{
|
||||
foreach ($request->input('items') as $item) {
|
||||
foreach ($request->items as $item) {
|
||||
|
||||
// Move folder
|
||||
if ($item['type'] === 'folder') {
|
||||
@@ -382,7 +382,6 @@ class Editor
|
||||
->update([
|
||||
'parent_id' => $to_id
|
||||
]);
|
||||
|
||||
}
|
||||
|
||||
// Move file
|
||||
|
||||
Reference in New Issue
Block a user