Skip to content
Snippets Groups Projects
Commit db500a9b authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Small fix

parent 26c246d1
No related branches found
No related tags found
1 merge request!12Feature backend config
...@@ -114,7 +114,7 @@ class ConfigurationController extends ActionController { ...@@ -114,7 +114,7 @@ class ConfigurationController extends ActionController {
* @throws \TYPO3\CMS\Extbase\Mvc\Exception\NoSuchArgumentException * @throws \TYPO3\CMS\Extbase\Mvc\Exception\NoSuchArgumentException
*/ */
public function createAction() { public function createAction() {
if (!$this->$this->request->hasArgument('configuration')) { if (!$this->request->hasArgument('configuration')) {
$this->redirect( $this->redirect(
'index', 'Configuration', NULL, 'index', 'Configuration', NULL,
['message' => LocalizationUtility::translate('backend.create_error', 'sg_mail')] ['message' => LocalizationUtility::translate('backend.create_error', 'sg_mail')]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment