mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fix to deal with negativ group-id's
This commit is contained in:
parent
9b4e21dbb3
commit
c8fcea4fd9
@ -857,7 +857,7 @@ class bocal
|
||||
}
|
||||
if (is_int($event) && $event == 0)
|
||||
{
|
||||
$owner = $other > 0 ? $other : $this->user;
|
||||
$owner = $other ? $other : $this->user;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user