diff --git a/timesheet/inc/class.timesheet_merge.inc.php b/timesheet/inc/class.timesheet_merge.inc.php index f13c08c17b..5b9ed02a73 100644 --- a/timesheet/inc/class.timesheet_merge.inc.php +++ b/timesheet/inc/class.timesheet_merge.inc.php @@ -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