mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 04:19:41 +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
|
$info = new infolog_bo(); // need some labels from
|
||||||
$filters = $show_home = array();
|
$filters = $show_home = array();
|
||||||
$show_home[] = lang("DON'T show InfoLog");
|
$show_home[] = lang("DON'T show InfoLog");
|
||||||
|
$filters['none'] = $info->filters[''];
|
||||||
foreach($info->filters as $key => $label)
|
foreach($info->filters as $key => $label)
|
||||||
{
|
{
|
||||||
$show_home[$key] = $filters[$key] = lang($label);
|
$show_home[$key] = $filters[$key] = lang($label);
|
||||||
|
Loading…
Reference in New Issue
Block a user