summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Quantum
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-21 17:05:53 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-28 22:41:59 +0200
commit64830ef3c076b72d9da3eb590f22bc4d722c8d4c (patch)
treea177e864ec2a12796850f825e246aed33dfbcc78 /Bugzilla/Quantum
parent5ac448e57e94bb8f286df0cfcebb7dfed066ed40 (diff)
downloadbugzilla-64830ef3c076b72d9da3eb590f22bc4d722c8d4c.tar.gz
bugzilla-64830ef3c076b72d9da3eb590f22bc4d722c8d4c.tar.xz
more fixes
Diffstat (limited to 'Bugzilla/Quantum')
-rw-r--r--Bugzilla/Quantum/Plugin/Glue.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/Bugzilla/Quantum/Plugin/Glue.pm b/Bugzilla/Quantum/Plugin/Glue.pm
index 19896817c..07ac10c49 100644
--- a/Bugzilla/Quantum/Plugin/Glue.pm
+++ b/Bugzilla/Quantum/Plugin/Glue.pm
@@ -12,6 +12,7 @@ use Try::Tiny;
use Bugzilla::Constants;
use Bugzilla::Quantum::Template;
use Bugzilla::Logging;
+use JSON::MaybeXS qw(decode_json);
sub register {
my ( $self, $app, $conf ) = @_;
@@ -36,6 +37,12 @@ sub register {
},
);
+ Mojo::IOLoop->next_tick(
+ sub {
+
+ }
+ );
+
$app->hook(
around_dispatch => sub {
my ($next, $c) = @_;