diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-07-06 21:56:25 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-07-06 21:57:08 +0200 |
commit | 5596af2b968525afaa1a12112e79ec517cb9ad90 (patch) | |
tree | 08291e3ef8b26b4626b15e97a8df7485c57b80d0 | |
parent | ebd0fcc9593db6bdf05525d8aa015c8088f4c49e (diff) | |
download | nextcloud-server-5596af2b968525afaa1a12112e79ec517cb9ad90.tar.gz nextcloud-server-5596af2b968525afaa1a12112e79ec517cb9ad90.zip |
docs(dav): remove outdated comment
The method was added actually to PHP API in 28 and the mentioned check
is not in place anymore.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r-- | apps/dav/lib/Connector/Sabre/FilesReportPlugin.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php b/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php index 4b26d837779..36842abc8c9 100644 --- a/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php +++ b/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php @@ -334,8 +334,6 @@ class FilesReportPlugin extends ServerPlugin { $nodes = []; - // type check to ensure searchBySystemTag is available, it is not - // exposed in API yet if (!empty($systemTagIds)) { $tags = $this->tagManager->getTagsByIds($systemTagIds, $this->userSession->getUser()); |