Skip to content

Commit 72b6d74

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Update translations for Norwegian Nynorsk (nn) #38756 Fix eventListener initialization when eventSubscriber constructor dispatch an event clear unchecked choice radio boxes even if clear missing is set to false [ErrorHandler] Added missing type annotations to FlattenException [TwigBridge] Allow version 3 of the Twig extra packages Fix FrameworkBundle PropertyAccess definition when not in debug
2 parents 9e2c53f + e643bdd commit 72b6d74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ContainerAwareEventManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ private function initializeSubscribers()
177177
if (!isset($this->listeners[$event])) {
178178
$this->listeners[$event] = [];
179179
}
180+
unset($this->initialized[$event]);
180181
$this->listeners[$event] += $listeners;
181182
}
182183
$this->subscribers = [];

0 commit comments

Comments
 (0)