Skip to content

Commit

Permalink
[BUGFIX] Use correct queue identifier for flashmessages
Browse files Browse the repository at this point in the history
Related: #1087
Signed-off-by: Marcus Schwemer <[email protected]>
  • Loading branch information
mschwemer committed Sep 18, 2024
1 parent cc88c6a commit 0015932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Partials/Misc/FlashMessages.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{namespace vh=In2code\Powermail\ViewHelpers}
<vh:misc.checkForTypoScript settings="{settings}" />

<f:flashMessages queueIdentifier="powermail"/>
<f:flashMessages queueIdentifier="extbase.flashmessages.tx_powermail_pi1"/>

0 comments on commit 0015932

Please sign in to comment.