mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 08:19:45 +01:00
Fix link ids (copy/paste error)
This commit is contained in:
parent
e05db77a24
commit
637b2c9150
@ -214,7 +214,7 @@ class calendar_merge extends bo_merge
|
|||||||
$replacements['$$'.($prefix?$prefix.'/':'').'links_attachments$$'] = $this->get_links('calendar', $event['id']);
|
$replacements['$$'.($prefix?$prefix.'/':'').'links_attachments$$'] = $this->get_links('calendar', $event['id']);
|
||||||
foreach(array_keys($GLOBALS['egw_info']['user']['apps']) as $app)
|
foreach(array_keys($GLOBALS['egw_info']['user']['apps']) as $app)
|
||||||
{
|
{
|
||||||
$replacements["$$".($prefix?$prefix.'/':'')."links/{$app}$$"] = $this->get_links('calendar',$id, $app);
|
$replacements["$$".($prefix?$prefix.'/':'')."links/{$app}$$"] = $this->get_links('calendar',$event['id'], $app);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $replacements;
|
return $replacements;
|
||||||
|
Loading…
Reference in New Issue
Block a user