Browse Source
Fix event service listener registration
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/21469/head
Joas Schilling
6 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
1 additions and
1 deletions
-
lib/private/AppFramework/Bootstrap/RegistrationContext.php
|
|
|
@ -199,7 +199,7 @@ class RegistrationContext { |
|
|
|
$registration['priority'] |
|
|
|
); |
|
|
|
} else { |
|
|
|
$eventDispatcher->addListener( |
|
|
|
$eventDispatcher->addServiceListener( |
|
|
|
$registration['event'], |
|
|
|
$registration['listener'] |
|
|
|
); |
|
|
|
|