]> source.dussan.org Git - nextcloud-server.git/commit
fix(node): non-existing folder is not searchable 39339/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 12 Jul 2023 22:01:32 +0000 (00:01 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 12 Jul 2023 22:01:32 +0000 (00:01 +0200)
commitf2642fccebcc881d2c29d5a7de6946e3419f9a88
tree8eab05431915d39a35f05ac0643203a1ee3af7ec
parente9ac0287f2b7d4da856bec416a282c8fc4c7feab
fix(node): non-existing folder is not searchable

the previosuly introduced searchBySystemTag was not overwritten in
NonExistingFolder and could run the inherited method.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
lib/private/Files/Node/NonExistingFolder.php