Browse Source

Fix event service listener registration

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/21469/head
Joas Schilling 6 years ago
parent
commit
9cf32a3999
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 2
      lib/private/AppFramework/Bootstrap/RegistrationContext.php

2
lib/private/AppFramework/Bootstrap/RegistrationContext.php

@ -199,7 +199,7 @@ class RegistrationContext {
$registration['priority']
);
} else {
$eventDispatcher->addListener(
$eventDispatcher->addServiceListener(
$registration['event'],
$registration['listener']
);

Loading…
Cancel
Save