mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
get_links with $only_app param set was returning the complete links instead just the id's, if the entry was not yet created (links stored as an array in the empty id)
This commit is contained in:
parent
1f5580c528
commit
445d8467a3
@ -236,7 +236,7 @@ class bolink extends solink
|
||||
{
|
||||
continue;
|
||||
}
|
||||
$ids[$link['link_id']] = $link;
|
||||
$ids[$link['link_id']] = $only_app ? $link['id'] : $link;
|
||||
prev($id);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user