From: Dylan William Hardison Date: Fri, 28 Sep 2018 02:01:33 +0000 (-0400) Subject: no bug - use bugzilla as the default template engine X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0d4aab23e9d89f608e79265fcfbefb88166ecc1;p=thirdparty%2Fbugzilla.git no bug - use bugzilla as the default template engine --- 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 ) ) ); }