Bug 829939: Only build default_authorizer on request

r=glob a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@264643 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2013-01-14 18:01:31 +00:00
parent c5db81398d
commit 7e3a06e5ab
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8553
8554

View File

@ -982,7 +982,7 @@ sub create {
}
return \@optional;
},
'default_authorizer' => new Bugzilla::Auth(),
'default_authorizer' => sub { return Bugzilla::Auth->new() },
},
};
# Use a per-process provider to cache compiled templates in memory across