Api - No need to make the link titles safe here, it just makes timesheet titles look weird

This commit is contained in:
nathangray 2019-08-23 16:01:01 -06:00
parent 3bec6326f9
commit c59807d861

View File

@ -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);