]> source.dussan.org Git - nextcloud-server.git/commit
fix(node): non-existing folder is not searchable 39370/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 12 Jul 2023 22:01:32 +0000 (00:01 +0200)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Thu, 13 Jul 2023 14:33:05 +0000 (14:33 +0000)
commit6eaaef1403e3a8cd3898732da0a2918817a95b4e
tree809de3ccba547844d7272c76508d81aca00747e2
parent7eff5b06accbc7baaa5d9665f02127bdd36cf02a
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