diff options
Diffstat (limited to 'apps/files_trashbin/appinfo/info.xml')
-rw-r--r-- | apps/files_trashbin/appinfo/info.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml index a71443e6949..4ca60c0e269 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -40,5 +40,8 @@ To prevent a user from running out of disk space, the Deleted files app will not <collections> <collection>OCA\Files_Trashbin\Sabre\RootCollection</collection> </collections> + <plugins> + <plugin>OCA\Files_Trashbin\Sabre\PropfindPlugin</plugin> + </plugins> </sabre> </info> |