no need to initialize the same view twice
This commit is contained in:
parent
ed29c6ce86
commit
9ef96e4dd5
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ class Trashbin {
|
|||
|
||||
self::setUpTrash($user);
|
||||
|
||||
$view = new \OC\Files\View('/' . $user);
|
||||
$path_parts = pathinfo($file_path);
|
||||
|
||||
$filename = $path_parts['basename'];
|
||||
|
|
Loading…
Reference in a new issue