]> source.dussan.org Git - nextcloud-server.git/commit
Fix update cleanup to only affect file and folders
authorVincent Petry <pvince81@owncloud.com>
Tue, 8 Jul 2014 10:51:32 +0000 (12:51 +0200)
committerVincent Petry <pvince81@owncloud.com>
Tue, 8 Jul 2014 12:53:31 +0000 (14:53 +0200)
commitf4f52cf24261f9a6015bf9f2dd721151a8a7e785
tree2bb9ebb82e25ed5e0c92bbff1157f9f1b0fe389a
parent8da44f2a5be6e768fd554c9e8f5b981997e869db
Fix update cleanup to only affect file and folders

Fix bug in the SQL query that cleans up stray shares for removed
files/folders, which is now correctly limited to that item type instead
of also removing all other share types.
apps/files_sharing/lib/updater.php
apps/files_sharing/tests/update.php