From ee19c626485037adb57ae85b0cba598d37bd0010 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 16 Jan 2016 21:35:25 -0500 Subject: Allow one call by event --- app/Subscriber/NotificationSubscriber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Subscriber/NotificationSubscriber.php') diff --git a/app/Subscriber/NotificationSubscriber.php b/app/Subscriber/NotificationSubscriber.php index 6c24b08c..d3afc13a 100644 --- a/app/Subscriber/NotificationSubscriber.php +++ b/app/Subscriber/NotificationSubscriber.php @@ -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); -- cgit v1.2.3