]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - use bugzilla as the default template engine
authorDylan William Hardison <dylan@hardison.net>
Fri, 28 Sep 2018 02:01:33 +0000 (22:01 -0400)
committerGitHub <noreply@github.com>
Fri, 28 Sep 2018 02:01:33 +0000 (22:01 -0400)
Bugzilla/Quantum/Plugin/Glue.pm

index ded4daf1514ad59b795ed9324c543f65097946d6..b9cf9268f20b87940a164ad861910dea149e3fe1 100644 (file)
@@ -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 ) ) );
 }