diff options
author | Johannes Schmitt <schmittjoh@gmail.com> | 2011-05-28 17:07:16 +0200 |
---|---|---|
committer | Johannes Schmitt <schmittjoh@gmail.com> | 2011-05-28 17:07:16 +0200 |
commit | f99d1ab128ec40ee1907f721a3f03e61055c6eda (patch) | |
tree | efdaedcc6d3a97396f0a70e3201f7f77e27ea3bd /Http | |
parent | 303b16819cedd109a568a2f336490f8ed88ee9c1 (diff) | |
parent | e8f01b158d44c02ba7801477ff8830001cc33bef (diff) | |
download | symfony-security-f99d1ab128ec40ee1907f721a3f03e61055c6eda.zip symfony-security-f99d1ab128ec40ee1907f721a3f03e61055c6eda.tar.gz symfony-security-f99d1ab128ec40ee1907f721a3f03e61055c6eda.tar.bz2 |
Merge branch 'master' of git://github.com/symfony/symfony into security
Diffstat (limited to 'Http')
-rw-r--r-- | Http/Firewall/ContextListener.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Http/Firewall/ContextListener.php b/Http/Firewall/ContextListener.php index 331a1e3..b018487 100644 --- a/Http/Firewall/ContextListener.php +++ b/Http/Firewall/ContextListener.php @@ -47,6 +47,7 @@ class ContextListener implements ListenerInterface $this->context = $context; $this->userProviders = $userProviders; $this->contextKey = $contextKey; + $this->logger = $logger; if (null !== $dispatcher) { $dispatcher->addListener(Events::onCoreResponse, $this); |