mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
fix all shares (not files) got deletes, if one was expired
This commit is contained in:
parent
11a3e9df90
commit
4c987e7dd8
@ -780,7 +780,7 @@ class Sharing
|
||||
if ($share_ids)
|
||||
{
|
||||
$class = self::get_share_class($row);
|
||||
$class::delete($share_ids);
|
||||
$class::delete(['share_id' => $share_ids]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user