Add feed title in feed entry json schema

This commit is contained in:
Nicolas Le Goff
2014-03-20 18:23:11 +01:00
parent 8638bfb3d4
commit 3468b2acc2
2 changed files with 2 additions and 1 deletions

View File

@@ -1643,6 +1643,7 @@ class API_V1_adapter extends API_V1_Abstract
'subtitle' => $entry->get_subtitle(),
'items' => $items,
'feed_id' => $entry->get_feed()->get_id(),
'feed_title' => $entry->get_feed()->get_title(),
'feed_url' => '/feeds/' . $entry->get_feed()->get_id() . '/content/',
'url' => '/feeds/entry/' . $entry->get_id() . '/',
);