1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Update form_handler.php

Add bbcodes support.
This commit is contained in:
Gábor 2017-01-15 09:25:56 +01:00 committed by GitHub
parent d00148af8c
commit 4eca0c5fe2

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>";
}