Fix entry id call

This commit is contained in:
Romain Neutron
2012-06-06 12:34:56 +02:00
parent 0698ae17c7
commit 17bb31f9d8

View File

@@ -1588,7 +1588,7 @@ class API_V1_adapter extends API_V1_Abstract
'title' => $entry->get_title(),
'subtitle' => $entry->get_subtitle(),
'items' => $items,
'url' => '/feeds/entry/' . $entry->getId() . '/',
'url' => '/feeds/entry/' . $entry->get_id() . '/',
);
}