summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-14 08:47:46 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-14 08:47:46 +0200
commite1965f1f28431e59d790b84475d4af4e623850b1 (patch)
tree3cbc97c1ed265a8ce2a10be6e5c654a7c6064492 /db
parentb48d4fdddf67a88bf97d200397ab8c379715ed62 (diff)
fix full text status not rendered correctly in navigation
Diffstat (limited to 'db')
-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'];