Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
voting.typo3.org
extensions
election
Commits
2e32d073
Commit
2e32d073
authored
Mar 18, 2016
by
Stefan Busemann
Browse files
[BUGFIX] Set correct severity for success flash message
parent
572767a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Classes/Controller/FeElectionController.php
View file @
2e32d073
...
...
@@ -156,7 +156,7 @@ class FeElectionController extends ActionController
$this
->
addFlashMessage
(
LocalizationUtility
::
translate
(
'controller.fe.election.vote.thank_you'
,
'election'
),
LocalizationUtility
::
translate
(
'controller.fe.election.vote.success'
,
'election'
),
AbstractMessage
::
ERROR
AbstractMessage
::
SUCCESS
);
$this
->
redirect
(
FeDashboardController
::
ACTION_INDEX
,
FeDashboardController
::
CONTROLLER_NAME
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment