mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 13:22:06 +02:00
fixed bug reported by Frank Becker on the german list: deleting a link deletes all attached files too
This commit is contained in:
parent
2f73293a9c
commit
3ad5b1fb8b
@ -362,7 +362,7 @@
|
|||||||
}
|
}
|
||||||
if (!is_array($id))
|
if (!is_array($id))
|
||||||
{
|
{
|
||||||
if (!$app2 && !$id2)
|
if (!$link_id && !$app2 && !$id2)
|
||||||
{
|
{
|
||||||
$this->delete_attached($app,$id); // deleting all attachments
|
$this->delete_attached($app,$id); // deleting all attachments
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user