fix to deal with negativ group-id's

This commit is contained in:
Ralf Becker 2005-11-24 19:50:52 +00:00
parent 9b4e21dbb3
commit c8fcea4fd9

View File

@ -857,7 +857,7 @@ class bocal
} }
if (is_int($event) && $event == 0) if (is_int($event) && $event == 0)
{ {
$owner = $other > 0 ? $other : $this->user; $owner = $other ? $other : $this->user;
} }
else else
{ {