Skip to content

Commit eb25eec

Browse files
authored
Merge pull request #102 from tmotyl/patch-1
replace t3lib with GeneralUtility in documentation
2 parents c52d05b + 38aa84d commit eb25eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Features/Signals/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ This is an example how to use a signal from femanager – in this case we decide
266266
267267
<?php
268268
269-
$signalSlotDispatcher = t3lib_div::makeInstance('TYPO3\\CMS\\Extbase\\SignalSlot\\Dispatcher');
269+
$signalSlotDispatcher = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\SignalSlot\\Dispatcher');
270270
$signalSlotDispatcher->connect(
271271
'In2code\Femanager\Controller\NewController',
272272
'createActionBeforePersist',

0 commit comments

Comments
 (0)