Skip to content

Commit

Permalink
Fixed issue #17306: Some update theme can broke page in 3.26.4 (#1892)
Browse files Browse the repository at this point in the history
Co-authored-by: encuestabizdevgit <devgit@encuesta.biz>
  • Loading branch information
gabrieljenik and encuestabizdevgit committed May 26, 2021
1 parent 3566c65 commit 19048b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/internal.php
Expand Up @@ -297,7 +297,7 @@
'number_format',
),
'methods' => array(
'ETwigViewRendererStaticClassProxy' => array("encode", "textfield", "form", "link", "emailField", "beginForm", "endForm", "dropDownList", "htmlButton", "passwordfield", "hiddenfield", "textArea", "checkBox"),
'ETwigViewRendererStaticClassProxy' => array("encode", "textfield", "form", "link", "emailField", "beginForm", "endForm", "dropDownList", "htmlButton", "passwordfield", "hiddenfield", "textArea", "checkBox", "tag"),
'Survey' => array("getAllLanguages", "localizedtitle"),
'LSHttpRequest' => array("getParam"),
'LSCaptcha' => array("renderOut")
Expand Down

0 comments on commit 19048b6

Please sign in to comment.