summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Quantum
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-08-01 05:49:38 +0200
committerDylan William Hardison <dylan@hardison.net>2018-08-20 23:52:52 +0200
commitef2ec2c8682d51a9a4d21c4f431ce0f9f1ae0d88 (patch)
treeafeba4fb2b0ac3b879c252dc50dfa307ad14ac25 /Bugzilla/Quantum
parent8dda66ee78df54d38d86c7e7ed0c8695fec78e40 (diff)
downloadbugzilla-ef2ec2c8682d51a9a4d21c4f431ce0f9f1ae0d88.tar.gz
bugzilla-ef2ec2c8682d51a9a4d21c4f431ce0f9f1ae0d88.tar.xz
Fix a module loading problem
Diffstat (limited to 'Bugzilla/Quantum')
-rw-r--r--Bugzilla/Quantum/Plugin/Glue.pm8
1 files changed, 1 insertions, 7 deletions
diff --git a/Bugzilla/Quantum/Plugin/Glue.pm b/Bugzilla/Quantum/Plugin/Glue.pm
index ea21429bd..ded4daf15 100644
--- a/Bugzilla/Quantum/Plugin/Glue.pm
+++ b/Bugzilla/Quantum/Plugin/Glue.pm
@@ -67,13 +67,7 @@ sub register {
}
);
- Bugzilla::Extension->load_all();
- if ( $app->mode ne 'development' ) {
- Bugzilla->preload_features();
- DEBUG('preloading templates');
- Bugzilla->preload_templates();
- DEBUG('done preloading templates');
- }
+
$app->secrets( [ Bugzilla->localconfig->{side_wide_secret} ] );
$app->renderer->add_handler(