Fix for r46370, Fix links disappearing when changing between details / no details

I changed the wrong parameter
This commit is contained in:
Nathan Gray 2014-03-25 19:49:47 +00:00
parent b9be77fe0f
commit 660f57e176

View File

@ -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'])) ||