mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
Fix {{link/[appname]}} placeholder
This commit is contained in:
parent
e4efd1b7b9
commit
34f11f124e
@ -130,7 +130,7 @@ class timesheet_merge extends bo_merge
|
||||
$array['links_attachments'] = $this->get_links('timesheet', $id);
|
||||
foreach(array_keys($GLOBALS['egw_info']['user']['apps']) as $app)
|
||||
{
|
||||
$array["$$".($prefix?$prefix.'/':'')."links/{$app}$$"] = $this->get_links('timesheet',$id, $app);
|
||||
$array["links/{$app}"] = $this->get_links('timesheet',$id, $app);
|
||||
}
|
||||
|
||||
// Add markers
|
||||
|
Loading…
Reference in New Issue
Block a user