Skip to content

Commit

Permalink
docs(dav): remove outdated comment
Browse files Browse the repository at this point in the history
The method was added actually to PHP API in 28 and the mentioned check
is not in place anymore.

Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Jul 6, 2023
1 parent ebd0fcc commit 5596af2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,6 @@ protected function processFilterRulesForFileNodes(array $filterRules, ?int $limi

$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());

Expand Down

0 comments on commit 5596af2

Please sign in to comment.