1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-18 21:39:52 +02:00
git-svn-id: file:///svn/phpbb/trunk@8629 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof 2008-06-09 11:59:43 +00:00
parent d0140a096c
commit fe2343965b

View File

@ -435,7 +435,7 @@ class acp_icons
default:
$suc_lang = $lang;
}
$errormsgs = '<br />';
$errormsgs = '';
foreach ($errors as $img => $error)
{
$errormsgs .= '<br />' . sprintf($user->lang[$error], $img);