From e6d926de620a470a487010f02b47e3932512db93 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 8 Apr 2013 15:23:06 +0200 Subject: add link to feed which gets opened when clicked on the subheading of an item --- db/feed.php | 1 + 1 file changed, 1 insertion(+) (limited to 'db') 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'); -- cgit v1.2.3