Fix {{link/[appname]}} placeholder

This commit is contained in:
Nathan Gray 2012-01-18 16:16:20 +00:00
parent e4efd1b7b9
commit 34f11f124e

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