summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-17 16:47:02 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-17 16:47:11 +0200
commitd74b8cf43e3365618078ed1750a75bb8a440ee31 (patch)
treef68c6323e1aadb103f7c47c6ad1d4f5f00f406aa /db
parentd08dd536d77d494a08a8ecbd49feaf817fab2c88 (diff)
Fix #977
Diffstat (limited to 'db')
-rw-r--r--db/feed.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/db/feed.php b/db/feed.php
index 1258c2d13..3a8444276 100644
--- a/db/feed.php
+++ b/db/feed.php
@@ -160,7 +160,9 @@ class Feed extends Entity implements IAPI, \JsonSerializable {
'unreadCount',
'ordering',
'link',
- 'pinned'
+ 'pinned',
+ 'updateErrorCount',
+ 'lastUpdateError'
]);
}