mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
typo in fieldname caused infolog not to display 'show parent'-icon
This commit is contained in:
parent
83e42d3d96
commit
a95b0a191c
@ -320,7 +320,7 @@
|
||||
$ids = array( );
|
||||
while ($this->db->next_record())
|
||||
{
|
||||
$ids[$this->db->f('info_id')] = $this->db->f('info_parent_id');
|
||||
$ids[$this->db->f('info_id')] = $this->db->f('info_id_parent');
|
||||
}
|
||||
return $ids;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user