From 34f11f124e3800d64d09ec1384b21b05df47a263 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 18 Jan 2012 16:16:20 +0000 Subject: [PATCH] Fix {{link/[appname]}} placeholder --- timesheet/inc/class.timesheet_merge.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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