diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-08-05 05:42:33 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-08-05 05:42:33 +0200 |
commit | 23b94e8410d90e9e15584d3a9220b6bb214f4220 (patch) | |
tree | 352c13d323d116a777a9a496f2e727f05f93f17a /Bugzilla/Quantum/Plugin | |
parent | fc4c941f8c4b8f5ef6036f555703050899e241c2 (diff) | |
parent | 670029a8e7b0aa32fc6336caf29b65fcabe2829c (diff) | |
download | bugzilla-23b94e8410d90e9e15584d3a9220b6bb214f4220.tar.gz bugzilla-23b94e8410d90e9e15584d3a9220b6bb214f4220.tar.xz |
Merge remote-tracking branch 'dylanwh/mojo-poc'
Diffstat (limited to 'Bugzilla/Quantum/Plugin')
-rw-r--r-- | Bugzilla/Quantum/Plugin/Glue.pm | 8 |
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( |