// remove smarty translate addslashes for BO
This commit is contained in:
@@ -32,7 +32,7 @@ function smartyTranslate($params, &$smarty)
|
|||||||
global $_LANGADM;
|
global $_LANGADM;
|
||||||
$htmlentities = !isset($params['js']);
|
$htmlentities = !isset($params['js']);
|
||||||
$pdf = isset($params['pdf']);
|
$pdf = isset($params['pdf']);
|
||||||
$addslashes = !isset($params['slashes']);
|
$addslashes = isset($params['slashes']);
|
||||||
|
|
||||||
if ($pdf)
|
if ($pdf)
|
||||||
{
|
{
|
||||||
@@ -58,8 +58,6 @@ function smartyTranslate($params, &$smarty)
|
|||||||
return $msg;
|
return $msg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$filename = ((!isset($smarty->compiler_object) OR !is_object($smarty->compiler_object->template)) ? $smarty->template_resource : $smarty->compiler_object->template->getTemplateFilepath());
|
$filename = ((!isset($smarty->compiler_object) OR !is_object($smarty->compiler_object->template)) ? $smarty->template_resource : $smarty->compiler_object->template->getTemplateFilepath());
|
||||||
// 1.5 admin : default filename is .tpl; test is made on dir
|
// 1.5 admin : default filename is .tpl; test is made on dir
|
||||||
$dir_filename = dirname($filename);
|
$dir_filename = dirname($filename);
|
||||||
|
|||||||
Reference in New Issue
Block a user