Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
Fixed previous merge
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Apr 19, 2012
1 parent 203e58a commit 1c6b57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventListener/EmailSenderListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function __construct(ContainerInterface $container, $autoStart = false)

public function onKernelTerminate(PostResponseEvent $event)
{
if ($container instanceof IntrospectableContainerInterface && !$container->initialized('mailer')) {
if ($this->container instanceof IntrospectableContainerInterface && !$this->container->initialized('mailer')) {
return;
}

Expand Down

0 comments on commit 1c6b57f

Please sign in to comment.