Allow one call by event

This commit is contained in:
Frederic Guillot
2016-01-16 21:35:25 -05:00
parent 6a7b8ec60f
commit ee19c62648
2 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ class NotificationSubscriber extends BaseSubscriber implements EventSubscriberIn
public function handleEvent(GenericEvent $event, $event_name)
{
if (! $this->isExecuted()) {
if (! $this->isExecuted($event_name)) {
$this->logger->debug('Subscriber executed: '.__CLASS__.'::'.__METHOD__);
$event_data = $this->getEventData($event);