1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 04:12:00 +02:00

Merge pull request #2282 from yesszus/patch-1

Update lan_form_handler.php
This commit is contained in:
Cameron
2017-01-16 14:12:49 -08:00
committed by GitHub
4 changed files with 7 additions and 6 deletions

View File

@@ -1028,9 +1028,9 @@ class e_form
if(ADMIN)
{
$EAVATAR = "<b>".e_AVATAR_DEFAULT."</b>";
$EAVATAR = e_AVATAR_DEFAULT;
$text .= "<div class='alert alert-danger'>";
$text .= e107::getParser()->lanVars(LAN_EFORM_006, array('x'=>$EAVATAR));
$text .= e107::getParser()->lanVars(e107::getParser()->toHTML(LAN_EFORM_006, true), array('x'=>$EAVATAR));
$text .= "</div>";
}