Skip to content

Commit

Permalink
[BUGFIX] Follow-up to f497b9: Include slots correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Apr 5, 2020
1 parent be1cda9 commit c6eacd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
];

if ((new Brotkrueml\Schema\Compatibility\Compatibility())->isPsr14EventDispatcherAvailable()) {
if (!(new Brotkrueml\Schema\Compatibility\Compatibility())->isPsr14EventDispatcherAvailable()) {
$signalSlotDispatcher = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(
TYPO3\CMS\Extbase\SignalSlot\Dispatcher::class
);
Expand Down

0 comments on commit c6eacd0

Please sign in to comment.