no need to initialize the same view twice

remotes/origin/create-share-target-reuse
Bjoern Schiessle 12 years ago
parent ed29c6ce86
commit 9ef96e4dd5
  1. 1
      apps/files_trashbin/lib/trashbin.php

@ -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…
Cancel
Save