From b0d4aab23e9d89f608e79265fcfbefb88166ecc1 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 27 Sep 2018 22:01:33 -0400 Subject: no bug - use bugzilla as the default template engine --- Bugzilla/Quantum/Plugin/Glue.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Bugzilla/Quantum/Plugin/Glue.pm b/Bugzilla/Quantum/Plugin/Glue.pm index ded4daf15..b9cf9268f 100644 --- a/Bugzilla/Quantum/Plugin/Glue.pm +++ b/Bugzilla/Quantum/Plugin/Glue.pm @@ -94,6 +94,7 @@ sub register { or die $template->error; } ); + $app->renderer->default_handler('bugzilla'); $app->log( MojoX::Log::Log4perl::Tiny->new( logger => Log::Log4perl->get_logger( ref $app ) ) ); } -- cgit v1.2.3-24-g4f1b