Commit d66fed12 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 829939: Only build default_authorizer on request

r=glob a=LpSolit
parent ce0bbc11
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment