diff --git a/calendar/templates/default/header.inc.php b/calendar/templates/default/header.inc.php index 9550c42d07..c7086cf105 100755 --- a/calendar/templates/default/header.inc.php +++ b/calendar/templates/default/header.inc.php @@ -117,7 +117,7 @@ 'form_name' => 'cat_id', 'title' => lang('Category'), 'hidden_vars' => $base_hidden_vars, - 'form_options' => ''.$this->cat->formated_list('select','all',$this->bo->cat_id,'True'), + 'form_options' => ''.$this->cat->formated_list('select','all',$this->bo->cat_id,'True'), 'button_value' => lang('Go!') ); $tpl->set_var($var);