diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-09-28 04:01:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-28 04:01:33 +0200 |
commit | b0d4aab23e9d89f608e79265fcfbefb88166ecc1 (patch) | |
tree | b8c6e1aa536f25f5f32adcbd3fd7d62f14320f87 /Bugzilla/Quantum/Plugin | |
parent | 56e23fdd99dcb61750262f33730e9a83183b908a (diff) | |
download | bugzilla-b0d4aab23e9d89f608e79265fcfbefb88166ecc1.tar.gz bugzilla-b0d4aab23e9d89f608e79265fcfbefb88166ecc1.tar.xz |
no bug - use bugzilla as the default template engine
Diffstat (limited to 'Bugzilla/Quantum/Plugin')
-rw-r--r-- | Bugzilla/Quantum/Plugin/Glue.pm | 1 |
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 ) ) ); } |