diff --git a/infolog/inc/class.infolog_hooks.inc.php b/infolog/inc/class.infolog_hooks.inc.php index 747b570b02..9e3af557ce 100644 --- a/infolog/inc/class.infolog_hooks.inc.php +++ b/infolog/inc/class.infolog_hooks.inc.php @@ -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);