mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Fix for r46370, Fix links disappearing when changing between details / no details
I changed the wrong parameter
This commit is contained in:
parent
b9be77fe0f
commit
660f57e176
@ -404,7 +404,7 @@ class infolog_ui
|
||||
{
|
||||
$info['links'] =& $links[$id];
|
||||
$info['info_anz_subs'] = (int)$anzSubs[$id];
|
||||
$info = $this->get_info($info,$readonlys,$query['action'],$query['action_id'],$query['filter2']);
|
||||
$info = $this->get_info($info,$readonlys,$query['action'],$query['action_id'],false,$details);
|
||||
}
|
||||
// for subs view ('sp') add parent(s) in front of subs once(!)
|
||||
if ( $parent_first && ($main = $this->bo->read($query['action_id'])) ||
|
||||
|
Loading…
Reference in New Issue
Block a user