diff options
Diffstat (limited to 'mod_perl.pl')
-rw-r--r-- | mod_perl.pl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mod_perl.pl b/mod_perl.pl index f3beb88db..0a0a0df6a 100644 --- a/mod_perl.pl +++ b/mod_perl.pl @@ -79,9 +79,6 @@ $Bugzilla::extension_packages = Bugzilla::Extension->load_all(); Bugzilla->preload_features(); -# Force instantiation of template so Bugzilla::Template::PreloadProvider can do its magic. -Bugzilla->template; - # Have ModPerl::RegistryLoader pre-compile all CGI scripts. my $rl = new ModPerl::RegistryLoader(); # If we try to do this in "new" it fails because it looks for a |