mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Restore 'No filter' option for default filter
This commit is contained in:
parent
4cc524dedd
commit
758a4557de
@ -137,6 +137,7 @@ class infolog_hooks
|
||||
$info = new infolog_bo(); // need some labels from
|
||||
$filters = $show_home = array();
|
||||
$show_home[] = lang("DON'T show InfoLog");
|
||||
$filters['none'] = $info->filters[''];
|
||||
foreach($info->filters as $key => $label)
|
||||
{
|
||||
$show_home[$key] = $filters[$key] = lang($label);
|
||||
|
Loading…
Reference in New Issue
Block a user