diff --git a/phpgwapi/inc/class.uiaccountsel.inc.php b/phpgwapi/inc/class.uiaccountsel.inc.php index 970033b436..bdaa2d0918 100644 --- a/phpgwapi/inc/class.uiaccountsel.inc.php +++ b/phpgwapi/inc/class.uiaccountsel.inc.php @@ -393,6 +393,8 @@ $GLOBALS['phpgw']->template->set_var('search_action',$GLOBALS['phpgw']->link('/index.php',$link_data)); $GLOBALS['phpgw']->template->set_var('prev_query', $query); $GLOBALS['phpgw']->template->set_var('search_list',$this->nextmatchs->search(array('query' => $query, 'search_obj' => 1))); + $GLOBALS['phpgw']->template->set_var('lang_firstname', lang("firstname")); + $GLOBALS['phpgw']->template->set_var('lang_lastname', lang("lastname")); foreach($users as $user) {