Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
6be5cf94
Commit
6be5cf94
authored
Feb 12, 2019
by
Christoph Pascher
Browse files
set abstractmessage constant to corrent success value
parent
c48a1070
Changes
1
Hide whitespace changes
Inline
Side-by-side
Classes/Controller/FeElectionController.php
View file @
6be5cf94
...
...
@@ -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
::
SUCCESS
AbstractMessage
::
OK
);
$this
->
redirect
(
FeDashboardController
::
ACTION_INDEX
,
FeDashboardController
::
CONTROLLER_NAME
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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