This commit is contained in:
Roman Syroeshko 2014-11-07 20:54:24 +04:00
parent f4b5eaaa29
commit c0e04fac51
1 changed files with 0 additions and 1 deletions

View File

@ -364,7 +364,6 @@ class TemplateProcessor
if (!String::isUTF8($replace)) {
$replace = utf8_encode($replace);
}
$replace = htmlspecialchars($replace);
$regExpDelim = '/';
$escapedSearch = preg_quote($search, $regExpDelim);