diff --git a/ext_localconf.php b/ext_localconf.php index 34e116994..de22a8f7f 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -71,10 +71,10 @@ 'Femanager', 'ResendConfirmationMail', [ - \In2code\Femanager\Controller\NewController::class => 'confirmCreateRequest, createStatus, resendConfirmationMail, resendConfirmationDialogue', + \In2code\Femanager\Controller\NewController::class => 'resendConfirmationDialogue, resendConfirmationMail, confirmCreateRequest, createStatus', ], [ - \In2code\Femanager\Controller\NewController::class => 'confirmCreateRequest, createStatus, resendConfirmationMail, resendConfirmationDialogue', + \In2code\Femanager\Controller\NewController::class => 'resendConfirmationDialogue, resendConfirmationMail, confirmCreateRequest, createStatus', ], \TYPO3\CMS\Extbase\Utility\ExtensionUtility::PLUGIN_TYPE_CONTENT_ELEMENT );