diff options
author | timm2k <timm2k@gmx.de> | 2020-10-26 09:42:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 09:42:01 +0100 |
commit | 60efad45cf1f8ad315997fa8107d31a6f3ebdc90 (patch) | |
tree | bbe1eccca281d7e2e1431b232ab411e59535931a /apps/settings/lib/Controller/CheckSetupController.php | |
parent | 3f691c52dcced41aadf5e41b21856dd6bdd92fa0 (diff) | |
download | nextcloud-server-60efad45cf1f8ad315997fa8107d31a6f3ebdc90.tar.gz nextcloud-server-60efad45cf1f8ad315997fa8107d31a6f3ebdc90.zip |
Update CheckSetupController.php
Diffstat (limited to 'apps/settings/lib/Controller/CheckSetupController.php')
-rw-r--r-- | apps/settings/lib/Controller/CheckSetupController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/lib/Controller/CheckSetupController.php b/apps/settings/lib/Controller/CheckSetupController.php index 5c7bb4a85ef..94eb7d2a715 100644 --- a/apps/settings/lib/Controller/CheckSetupController.php +++ b/apps/settings/lib/Controller/CheckSetupController.php @@ -614,6 +614,7 @@ Raw output 'authtoken' => ['id'], 'bruteforce_attempts' => ['id'], 'filecache' => ['fileid', 'storage', 'parent', 'mimetype', 'mimepart', 'mtime', 'storage_mtime'], + 'filecache_extended' => ['fileid'], 'file_locks' => ['id'], 'jobs' => ['id'], 'mimetypes' => ['id'], |