mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:44 +02: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);
|
$array['links_attachments'] = $this->get_links('timesheet', $id);
|
||||||
foreach(array_keys($GLOBALS['egw_info']['user']['apps']) as $app)
|
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
|
// Add markers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user