add one missing lang call

This commit is contained in:
Miles Lott 2002-03-04 03:12:50 +00:00
parent 6d81d7547c
commit b95925ae4d

View File

@ -98,7 +98,7 @@
} }
else else
{ {
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = 'Invalid password'; $GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = lang('Invalid password');
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = ''; $GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = '';
return False; return False;
} }