Skip to content
Snippets Groups Projects
Commit caad3b80 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2218849 by hellboy2k8: Remove unused line from twig_render_template().

parent be6f7a25
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -47,7 +47,6 @@ function twig_init(Extension $theme) {
* The output generated by the template, plus any debug information.
*/
function twig_render_template($template_file, $variables) {
$variables['_references'] = array();
$output = array(
'debug_prefix' => '',
'debug_info' => '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment