diff --git a/phpgwapi/inc/class.nextmatchs.inc.php b/phpgwapi/inc/class.nextmatchs.inc.php index 85ff6310e3..1672a05a1d 100644 --- a/phpgwapi/inc/class.nextmatchs.inc.php +++ b/phpgwapi/inc/class.nextmatchs.inc.php @@ -209,7 +209,7 @@ 'lang_all' => lang('All'), 'lang_select' => lang('Select'), 'cat_field' => $cat_field, - 'categories' => $cats->formated_list('select','all',$cat_id,'True'), + 'categories' => $cats->formatted_list('select','all',$cat_id,'True'), 'filter_value' => $filter, 'qfield' => $qfield, 'start_value' => $start, @@ -430,7 +430,7 @@ 'lang_all' => lang('All'), 'lang_select' => lang('Select'), 'cat_field' => $cat_field, - 'categories' => $cats->formated_list('select','all',$cat_id,'True'), + 'categories' => $cats->formatted_list('select','all',$cat_id,'True'), 'filter_value' => $filter, 'qfield' => $qfield, 'start_value' => $start,