aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders/lib/Dav/PropFindPlugin.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_reminders/lib/Dav/PropFindPlugin.php')
-rw-r--r--apps/files_reminders/lib/Dav/PropFindPlugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_reminders/lib/Dav/PropFindPlugin.php b/apps/files_reminders/lib/Dav/PropFindPlugin.php
index 0f3b53c4861..014e636eb2d 100644
--- a/apps/files_reminders/lib/Dav/PropFindPlugin.php
+++ b/apps/files_reminders/lib/Dav/PropFindPlugin.php
@@ -62,7 +62,7 @@ class PropFindPlugin extends ServerPlugin {
}
$fileId = $node->getId();
- $reminder = $this->reminderService->getDueForUser($user, $fileId);
+ $reminder = $this->reminderService->getDueForUser($user, $fileId, false);
if ($reminder === null) {
return '';
}