mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Api - No need to make the link titles safe here, it just makes timesheet titles look weird
This commit is contained in:
parent
3bec6326f9
commit
c59807d861
@ -368,10 +368,7 @@ abstract class Merge
|
||||
if($exclude && in_array($link_info['id'], $exclude)) continue;
|
||||
|
||||
$title = Api\Link::title($link_info['app'], $link_info['id']);
|
||||
if(class_exists('EGroupware\Stylite\Vfs\Links\StreamWrapper') && $link_info['app'] != Api\Link::VFS_APPNAME)
|
||||
{
|
||||
$title = Stylite\Vfs\Links\StreamWrapper::entry2name($link_info['app'], $link_info['id'], $title);
|
||||
}
|
||||
|
||||
if($style == 'href' || $style == 'link')
|
||||
{
|
||||
$link = Api\Link::view($link_info['app'], $link_info['id'], $link_info);
|
||||
|
Loading…
Reference in New Issue
Block a user