Skip to content

Commit

Permalink
Bug 1219767 - Explicitly load extensions at Bugzilla->login
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Hardison committed Nov 9, 2015
1 parent af46939 commit 4c8b7b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Bugzilla.pm
Expand Up @@ -368,6 +368,9 @@ sub login {

return $class->user if $class->user->id;

# Load all extensions here if not running under mod_perl
$class->extensions unless $ENV{MOD_PERL};

my $authorizer = new Bugzilla::Auth();
$type = LOGIN_REQUIRED if $class->cgi->param('GoAheadAndLogIn');

Expand Down

0 comments on commit 4c8b7b1

Please sign in to comment.