Skip to content

Commit

Permalink
Dev: doRender added to function list in config/internal.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikvitt committed May 4, 2018
1 parent 3be0ba4 commit b237b28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions application/config/internal.php
Expand Up @@ -256,7 +256,8 @@
'json_decode' => 'LS_Twig_Extension::json_decode',
'json_encode' => 'CJSON::encode',
'getLanguageNameFromCode' => 'getLanguageNameFromCode',
'checkconditionFunction' => 'checkconditionFunction'
'checkconditionFunction' => 'checkconditionFunction',
'doRender' => 'doRender'
),
'filters' => array(
'jencode' => 'CJSON::encode',
Expand Down Expand Up @@ -344,7 +345,8 @@
'include',
'dump',
'getLanguageNameFromCode',
'checkconditionFunction'
'checkconditionFunction',
'doRender'
),
),

Expand Down

0 comments on commit b237b28

Please sign in to comment.