Commit e568ea7c authored by Fabien Potencier's avatar Fabien Potencier

updated the security component (closes #421)

parent 25c6c8cb
......@@ -226,8 +226,8 @@
{
"package": "symfony/security",
"version": "dev-master",
"source-reference": "4cdc2febdf2536098323a9a96533b4bb083da018",
"commit-date": "1341177900"
"source-reference": "b0257cd46a78251a25c17b91acb4dbbf6890590a",
"commit-date": "1341583159"
},
{
"package": "symfony/translation",
......
......@@ -327,6 +327,7 @@ class SecurityServiceProvider implements ServiceProviderInterface
$app['security'],
$app['security.trust_resolver'],
$app['security.http_utils'],
$name,
$app[$entryPoint],
null, // errorPage
null, // AccessDeniedHandlerInterface
......
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