diff options
author | Vincent Petry <pvince81@owncloud.com> | 2013-11-29 12:58:57 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2013-12-02 11:12:09 +0100 |
commit | 3b18c1bae4fd038c378010e76d4946313f23f2ef (patch) | |
tree | 494fe145fe218f901ae290b3fe1e2a11e894b34c /apps/files_trashbin | |
parent | e079d34f5af344e432f0d4aa7f128d02e69336f2 (diff) | |
download | nextcloud-server-3b18c1bae4fd038c378010e76d4946313f23f2ef.tar.gz nextcloud-server-3b18c1bae4fd038c378010e76d4946313f23f2ef.zip |
Fixed FTP and SMB to use rmdir() when deleting folders
Some storages need to use different calls for deleting files or folders,
usually unlink() and rmdir().
Fixes #4532 (SMB dir deletion)
Fixes #5941 (FTP dir deletion)
Note that the extra is_dir() should be fast because it's read from the
stat cache.
Backport of d69243e
Diffstat (limited to 'apps/files_trashbin')
0 files changed, 0 insertions, 0 deletions