mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix phras-82 sanitize feed url's
This commit is contained in:
@@ -173,8 +173,8 @@ class Feed_Entry_Adapter implements Feed_Entry_Interface, cache_cacheableInterfa
|
||||
public function get_link()
|
||||
{
|
||||
$href = sprintf(
|
||||
'%slightbox/feeds/entry/%d/'
|
||||
, $this->app['phraseanet.registry']->get('GV_ServerName')
|
||||
'%s/lightbox/feeds/entry/%d/'
|
||||
, rtrim($this->app['phraseanet.registry']->get('GV_ServerName'), '/')
|
||||
, $this->get_id()
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user