summaryrefslogtreecommitdiffstats
path: root/lib/Db/CacheDocumentsRequestBuilder.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/CacheDocumentsRequestBuilder.php')
-rw-r--r--lib/Db/CacheDocumentsRequestBuilder.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Db/CacheDocumentsRequestBuilder.php b/lib/Db/CacheDocumentsRequestBuilder.php
index a75c4a0a..10b91f79 100644
--- a/lib/Db/CacheDocumentsRequestBuilder.php
+++ b/lib/Db/CacheDocumentsRequestBuilder.php
@@ -77,7 +77,7 @@ class CacheDocumentsRequestBuilder extends CoreRequestBuilder {
/** @noinspection PhpMethodParametersCountMismatchInspection */
$qb->select(
'cd.id', 'cd.type', 'cd.parent_id', 'cd.media_type', 'cd.mime_type', 'cd.url',
- 'cd.local_copy', 'cd.public', 'cd.error', 'cd.creation', 'cd.caching'
+ 'cd.local_copy', 'cd.public', 'cd.error', 'cd.creation', 'cd.caching', 'cd.resized_copy'
)
->from(self::TABLE_CACHE_DOCUMENTS, 'cd');