diff options
author | Bastien Ho <bastienho@urbancube.fr> | 2013-05-10 11:16:18 +0200 |
---|---|---|
committer | Bastien Ho <bastienho@urbancube.fr> | 2013-05-10 11:16:18 +0200 |
commit | bb640df06e2d5e25f63ac8a84cdd3e747472f965 (patch) | |
tree | 0aac42a37c4629a835980d0663674ee2abe22cc0 /apps | |
parent | 6082a09e6251ba19aa281c4bc8c2c99438df6328 (diff) | |
download | nextcloud-server-bb640df06e2d5e25f63ac8a84cdd3e747472f965.tar.gz nextcloud-server-bb640df06e2d5e25f63ac8a84cdd3e747472f965.zip |
duplicate verification
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_trashbin/lib/trash.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files_trashbin/lib/trash.php b/apps/files_trashbin/lib/trash.php index 210f72da631..69adf08dd40 100644 --- a/apps/files_trashbin/lib/trash.php +++ b/apps/files_trashbin/lib/trash.php @@ -52,9 +52,6 @@ class Trashbin { if (!$view->is_dir('files_trashbin/share-keys')) { $view->mkdir('files_trashbin/share-keys'); } - if (!$view->is_dir('files_trashbin/files')) { - $view->mkdir('files_trashbin/files'); - } $path_parts = pathinfo($file_path); $filename = $path_parts['basename']; |