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:
parent
c5db81398d
commit
7e3a06e5ab
@ -1 +1 @@
|
||||
8553
|
||||
8554
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user