diff --git a/includes/runtime/Viewer.php b/includes/runtime/Viewer.php index da4837c96b063646c047fad3306ada6920e86588..3336b184ea6579eb16740a12b0066622b750a823 100644 --- a/includes/runtime/Viewer.php +++ b/includes/runtime/Viewer.php @@ -90,7 +90,7 @@ class Vtiger_Viewer extends Smarty { 'array_map', 'array_key_exists', 'get_class', 'vtlib_array', 'getDuplicatesPreventionMessage', 'htmlentities', 'purifyHtmlEventAttributes', 'getCurrencySymbolandCRate', 'mb_substr', 'isPermitted', 'getEntityName', 'function_exists', 'php7_trim', 'php7_htmlentities', 'strtolower', 'strtoupper', 'str_replace', 'urlencode', 'getTranslatedCurrencyString', 'getTranslatedString', 'is_object', 'is_numeric', - 'php7_sizeof', 'method_exists'); + 'php7_sizeof', 'method_exists','implode'); foreach ($modifiers as $modifier) { if (function_exists($modifier)) { $this->registerPlugin('modifier', $modifier, $modifier);