Skip to content

Commit bae581f

Browse files
committed
If a recycle bin is configured for the repository and user does not have that directory, it won't let you delete files. Our users won't have a recycle bin.
1 parent dc7c5c3 commit bae581f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/conf/bootstrap_repositories.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"PATH" => "/",
3939
"FTP_DIRECT" => true,
4040
"USE_SESSION_CREDENTIALS" => true,
41-
"RECYCLE_BIN" => "recycle_bin",
41+
//"RECYCLE_BIN" => "recycle_bin",
4242
"CHMOD_VALUE" => "0600",
4343
"DEFAULT_RIGHTS"=> "rw",
4444
"PAGINATION_THRESHOLD" => 500,

0 commit comments

Comments
 (0)