summaryrefslogtreecommitdiffstats
path: root/db/feed.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2013-03-03 11:06:00 +0100
committerAlessandro Cosentino <cosenal@gmail.com>2013-03-03 11:06:00 +0100
commit0852773340ed26ecc8faa8e61192f38132673bc6 (patch)
treed5727c17955fb2e2f0d96f58717d819e75762bcf /db/feed.php
parent4902253e9c8aac706091c6337391153b02923689 (diff)
adds a call to create feed
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;
}