summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-08 15:23:06 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-08 15:23:06 +0200
commite6d926de620a470a487010f02b47e3932512db93 (patch)
tree36811b84a47fb74e8bda708c4bdacbc7d5e110c5 /db
parente2381ea22cfd3fc1ab6b6c8e472740005ad02f87 (diff)
add link to feed which gets opened when clicked on the subheading of an item
Diffstat (limited to 'db')
-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');