Issue #2218849 by hellboy2k8: Remove unused line from twig_render_template().
parent
be6f7a25b3
commit
caad3b8047
|
@ -47,7 +47,6 @@ function twig_init(Extension $theme) {
|
||||||
* The output generated by the template, plus any debug information.
|
* The output generated by the template, plus any debug information.
|
||||||
*/
|
*/
|
||||||
function twig_render_template($template_file, $variables) {
|
function twig_render_template($template_file, $variables) {
|
||||||
$variables['_references'] = array();
|
|
||||||
$output = array(
|
$output = array(
|
||||||
'debug_prefix' => '',
|
'debug_prefix' => '',
|
||||||
'debug_info' => '',
|
'debug_info' => '',
|
||||||
|
|
Loading…
Reference in New Issue