Skip to content

Commit

Permalink
Fixed issue #12975: Cannot use the twig split filter
Browse files Browse the repository at this point in the history
Dev: Added split and filter functions
  • Loading branch information
tpartner committed Feb 15, 2018
1 parent e004cf1 commit e4b847a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/internal.php
Expand Up @@ -255,7 +255,7 @@

'sandboxConfig' => array(
'tags' => array('if', 'for', 'set', 'autoescape', 'block', 'embed', 'use', 'include'),
'filters' => array('escape', 'raw', 't', 'merge', 'length', 'gT', 'keys', 'date', 'format','nl2br', 'split', 'trim'),
'filters' => array('escape', 'raw', 't', 'merge', 'length', 'gT', 'keys', 'date', 'format','nl2br','split','trim'),
'methods' => array(
'ETwigViewRendererStaticClassProxy' => array("encode", "textfield", "form", "link", "emailField", "beginForm", "endForm", "dropDownList", "htmlButton", "passwordfield"),
'Survey' => array("getAllLanguages", "localizedtitle"),
Expand Down

0 comments on commit e4b847a

Please sign in to comment.