summaryrefslogtreecommitdiffstats
path: root/db/feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/feed.php')
-rw-r--r--db/feed.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/feed.php b/db/feed.php
index 48f379a1b..8ab772ab9 100644
--- a/db/feed.php
+++ b/db/feed.php
@@ -77,7 +77,8 @@ class Feed extends Collection {
$encoding = array(
'id' => $this->getId(),
'url' => $this->getUrl(),
- 'title' => $this->getTitle()
+ 'title' => $this->getTitle(),
+ 'folderId' => $this->getFolderId()
);
return $encoding;
}