From 4483fc7be98523a4fd2128ac92447a99f617d610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Mon, 16 Jan 2017 22:07:55 +0100 Subject: [PATCH] Update form_handler.php --- e107_handlers/form_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index 293fec5ae..f157bcd9f 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -1028,7 +1028,7 @@ class e_form if(ADMIN) { - $EAVATAR = "".e_AVATAR_DEFAULT.""; + $EAVATAR = e_AVATAR_DEFAULT; $text .= "
"; $text .= e107::getParser()->lanVars(e107::getParser()->toHTML(LAN_EFORM_006, true), array('x'=>$EAVATAR)); $text .= "
";