From f5355e0d01daeb7a20eda4efc18824d1cbb892b2 Mon Sep 17 00:00:00 2001 From: Dominik Vitt Date: Tue, 29 May 2018 14:21:31 +0200 Subject: [PATCH] Dev: "getEditor" added to a list of Twig accepted functions --- application/config/internal.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/application/config/internal.php b/application/config/internal.php index cf3e1d9111b..0c2c02c458d 100644 --- a/application/config/internal.php +++ b/application/config/internal.php @@ -258,7 +258,8 @@ 'getLanguageNameFromCode' => 'getLanguageNameFromCode', 'checkconditionFunction' => 'checkconditionFunction', 'doRender' => 'doRender', - 'flattenText' => 'flattenText' + 'flattenText' => 'flattenText', + 'getEditor' => 'getEditor' ), 'filters' => array( 'jencode' => 'CJSON::encode', @@ -350,7 +351,8 @@ 'checkconditionFunction', 'doRender', 'flattenText', - 'range' + 'range', + 'getEditor' ), ),