Skip to content
Snippets Groups Projects
Commit bb640df0 authored by Bastien Ho's avatar Bastien Ho
Browse files

duplicate verification

parent 6082a09e
No related branches found
No related tags found
No related merge requests found
......@@ -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'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment