Skip to content

Commit

Permalink
[TASK] Update for powermail 2.11
Browse files Browse the repository at this point in the history
ObjectManager is not available in ext_localconf.php
  • Loading branch information
einpraegsam committed Oct 1, 2015
1 parent 9edecca commit 8b2667b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
* Register some Slots
*/
/** @var \TYPO3\CMS\Extbase\SignalSlot\Dispatcher $signalSlotDispatcher */
$signalSlotDispatcher = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\Object\\ObjectManager')
->get('TYPO3\\CMS\\Extbase\\SignalSlot\Dispatcher');
$signalSlotDispatcher = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\SignalSlot\Dispatcher');

// Manipulate a value before sending
//$signalSlotDispatcher->connect(
Expand Down

0 comments on commit 8b2667b

Please sign in to comment.