summaryrefslogtreecommitdiffstats
path: root/db/feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/feed.php')
-rw-r--r--db/feed.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/feed.php b/db/feed.php
index 310eac5dc..72c5ba89e 100644
--- a/db/feed.php
+++ b/db/feed.php
@@ -105,7 +105,8 @@ class Feed extends Entity implements IAPI, \JsonSerializable {
'deletedAt',
'articlesPerUpdate',
'location',
- 'ordering'
+ 'ordering',
+ 'fullTextEnabled'
]);
$url = parse_url($this->link)['host'];