mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-08 10:34:34 +00:00
Fix entry id call
This commit is contained in:
@@ -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() . '/',
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user