summaryrefslogtreecommitdiffstats
path: root/db/feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/feed.php')
-rw-r--r--db/feed.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/feed.php b/db/feed.php
index f337448a4..824aed501 100644
--- a/db/feed.php
+++ b/db/feed.php
@@ -38,6 +38,7 @@ class Feed extends Entity {
public $added;
public $folderId;
public $unreadCount;
+ public $link;
public function __construct(){
$this->addType('parentId', 'int');