diff options
author | Anna <anna@nextcloud.com> | 2023-07-07 12:45:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-07 12:45:31 +0200 |
commit | 42aabd2d8be774c9ee65a28fb53369b56ecf54d9 (patch) | |
tree | 42b52802056d1b4c42858a9929136c3e0801d0a9 /apps/dav/lib | |
parent | 558e386e467fc26ff6c3db25741bdc734a883525 (diff) | |
parent | 9bf69115593a9abaedd8cc8d886725253100f3c0 (diff) | |
download | nextcloud-server-42aabd2d8be774c9ee65a28fb53369b56ecf54d9.tar.gz nextcloud-server-42aabd2d8be774c9ee65a28fb53369b56ecf54d9.zip |
Merge branch 'master' into fix/correct-exceptions-for-SAB
Diffstat (limited to 'apps/dav/lib')
-rw-r--r-- | apps/dav/lib/Connector/Sabre/FilesReportPlugin.php | 2 | ||||
-rw-r--r-- | apps/dav/lib/HookManager.php | 1 |
2 files changed, 0 insertions, 3 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()); diff --git a/apps/dav/lib/HookManager.php b/apps/dav/lib/HookManager.php index ae92a9c9335..9e923440e38 100644 --- a/apps/dav/lib/HookManager.php +++ b/apps/dav/lib/HookManager.php @@ -36,7 +36,6 @@ use OCP\IUser; use OCP\IUserManager; use OCP\Util; use Psr\Log\LoggerInterface; -use Symfony\Component\EventDispatcher\EventDispatcherInterface; class HookManager { |