mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-09 04:33:09 +01:00
* Calendar: fixed not working "hideprivate" filter (shows own private events as private, not NOT showing them)
This commit is contained in:
parent
052d31c168
commit
8d8ddf64ba
@ -473,12 +473,6 @@ class calendar_bo
|
||||
}
|
||||
if ($is_private || (!$event['public'] && $filter == 'hideprivate'))
|
||||
{
|
||||
if($filter == 'hideprivate')
|
||||
{
|
||||
unset($events[$id]);
|
||||
$this->total--;
|
||||
continue;
|
||||
}
|
||||
$this->clear_private_infos($events[$id],$users);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user