Fix links/[app] merge tag - copy/paste error

This commit is contained in:
Nathan Gray
2012-01-13 19:49:19 +00:00
parent b0f211f40b
commit 871701d774
3 changed files with 3 additions and 3 deletions

View File

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