Skip to content

Commit 08dc0aa

Browse files
sbusemannpixeldesu
authored andcommitted
[BUGFIX] wrong default action for resend plugin
resolves #617
1 parent 1630858 commit 08dc0aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext_localconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
'Femanager',
7272
'ResendConfirmationMail',
7373
[
74-
\In2code\Femanager\Controller\NewController::class => 'confirmCreateRequest, createStatus, resendConfirmationMail, resendConfirmationDialogue',
74+
\In2code\Femanager\Controller\NewController::class => 'resendConfirmationDialogue, resendConfirmationMail, confirmCreateRequest, createStatus',
7575
],
7676
[
77-
\In2code\Femanager\Controller\NewController::class => 'confirmCreateRequest, createStatus, resendConfirmationMail, resendConfirmationDialogue',
77+
\In2code\Femanager\Controller\NewController::class => 'resendConfirmationDialogue, resendConfirmationMail, confirmCreateRequest, createStatus',
7878
],
7979
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::PLUGIN_TYPE_CONTENT_ELEMENT
8080
);

0 commit comments

Comments
 (0)