summaryrefslogtreecommitdiffstats
path: root/db/feed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-20 17:55:03 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-20 17:55:03 +0100
commit97855d5d6aa19bb1b02934b8415fb56651e63304 (patch)
treeb65955fd82f4019b532948cc9c06d73a3583a811 /db/feed.php
parentf2e5c7060f55dd9e6949630caf029a963c57bea0 (diff)
updated docs
Diffstat (limited to 'db/feed.php')
-rw-r--r--db/feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/feed.php b/db/feed.php
index 69f62b765..da2a2d904 100644
--- a/db/feed.php
+++ b/db/feed.php
@@ -36,7 +36,7 @@ class Feed extends Entity {
public $title;
public $faviconLink;
public $added;
- public $lastmodified;
public $folderId;
+ public $unreadCount;
} \ No newline at end of file