From e1965f1f28431e59d790b84475d4af4e623850b1 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 14 Aug 2015 08:47:46 +0200 Subject: fix full text status not rendered correctly in navigation --- db/feed.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'db/feed.php') 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']; -- cgit v1.2.3