mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-09 19:13:26 +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(),
|
'title' => $entry->get_title(),
|
||||||
'subtitle' => $entry->get_subtitle(),
|
'subtitle' => $entry->get_subtitle(),
|
||||||
'items' => $items,
|
'items' => $items,
|
||||||
'url' => '/feeds/entry/' . $entry->getId() . '/',
|
'url' => '/feeds/entry/' . $entry->get_id() . '/',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user