1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 08:06:38 +02:00

Update form_handler.php

This commit is contained in:
Gábor
2017-01-16 22:07:55 +01:00
committed by GitHub
parent 4eca0c5fe2
commit 4483fc7be9

View File

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