summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-05-21 23:35:39 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-28 22:41:57 +0200
commit22ee1570249f5382cecbaa44f57f5fdc96e2b02a (patch)
tree999f6c599aaf963ccbb10e8eb23f85443a2e4fd0 /Bugzilla.pm
parent09c70a582658841bc9dfa758a20bbf6fb95383a7 (diff)
downloadbugzilla-22ee1570249f5382cecbaa44f57f5fdc96e2b02a.tar.gz
bugzilla-22ee1570249f5382cecbaa44f57f5fdc96e2b02a.tar.xz
more working
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 86d109350..c12e24e42 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -200,7 +200,7 @@ sub template {
if (Bugzilla->cgi->server_software eq 'Bugzilla::Quantum::CGI') {
return request_cache->{quantum_template} //= do {
my $template = request_cache->{template};
- my $c = request_cache->{mojo_controller};
+ my $c = $Bugzilla::C;
my $q_template = Bugzilla::Quantum::Template->new( controller => $c, template => $template );
$q_template->{_is_main} = 1;
$q_template;