mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8628 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c80a4ee902
commit
90d65de9f2
1 changed files with 2 additions and 2 deletions
|
@ -436,7 +436,7 @@ class acp_icons
|
||||||
default:
|
default:
|
||||||
$suc_lang = $lang;
|
$suc_lang = $lang;
|
||||||
}
|
}
|
||||||
$errormsgs = '<br />';
|
$errormsgs = '';
|
||||||
foreach ($errors as $img => $error)
|
foreach ($errors as $img => $error)
|
||||||
{
|
{
|
||||||
$errormsgs .= '<br />' . sprintf($user->lang[$error], $img);
|
$errormsgs .= '<br />' . sprintf($user->lang[$error], $img);
|
||||||
|
@ -447,7 +447,7 @@ class acp_icons
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
trigger_error($user->lang[$suc_lang . '_ADDED'] . $errormsgs .adm_back_link($this->u_action), $level);
|
trigger_error($user->lang[$suc_lang . '_ADDED'] . $errormsgs . adm_back_link($this->u_action), $level);
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue