summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-09-28 04:01:33 +0200
committerGitHub <noreply@github.com>2018-09-28 04:01:33 +0200
commitb0d4aab23e9d89f608e79265fcfbefb88166ecc1 (patch)
treeb8c6e1aa536f25f5f32adcbd3fd7d62f14320f87
parent56e23fdd99dcb61750262f33730e9a83183b908a (diff)
downloadbugzilla-b0d4aab23e9d89f608e79265fcfbefb88166ecc1.tar.gz
bugzilla-b0d4aab23e9d89f608e79265fcfbefb88166ecc1.tar.xz
no bug - use bugzilla as the default template engine
-rw-r--r--Bugzilla/Quantum/Plugin/Glue.pm1
1 files changed, 1 insertions, 0 deletions
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 ) ) );
}