mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
Decode title before showing to user in list
This commit is contained in:
parent
135b6cda37
commit
e5f1e3e473
@ -177,6 +177,7 @@ class etemplate_widget_link extends etemplate_widget
|
||||
{
|
||||
$link['title'] = preg_replace('/: ([^ ]+) /',': ',$link['title']); // remove mime-type, it's alread in the icon
|
||||
}
|
||||
$link['title'] = egw_vfs::decodePath($link['title']);
|
||||
$link['icon'] = egw_link::vfs_path($link['app2'],$link['id2'],$link['id'],true);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user