From ff76b3d649d964343eb40f7b0776c2e20295ecc8 Mon Sep 17 00:00:00 2001 From: askew- Date: Thu, 5 Feb 2015 14:37:26 +0200 Subject: [PATCH] replace htmlspecialcharsbx on String:: --- options.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/options.php b/options.php index 9497621..4e52541 100644 --- a/options.php +++ b/options.php @@ -5,6 +5,7 @@ use Bitrix\Main\Application; use Bitrix\Main\Config\Option; use Bitrix\Main\Localization\Loc; +use Bitrix\Main\Text\String; if (!$USER->isAdmin()) { $APPLICATION->authForm('Nope'); @@ -63,7 +64,7 @@ size="50" maxlength="5" name="max_image_size" - value="" + value="" />