Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
sg_mail
Commits
31ec40e3
Commit
31ec40e3
authored
Jun 09, 2021
by
Kevin Ditscheid
Browse files
[BUGFIX] Fix wrong extbase type mapping in mail queue after sending mails
parent
1bf9897c
Changes
1
Show whitespace changes
Inline
Side-by-side
Classes/Controller/QueueController.php
View file @
31ec40e3
...
...
@@ -70,8 +70,8 @@ class QueueController extends AbstractController {
}
/**
* @param null $selectedTemplate
* @param null $selectedExtension
* @param
string|
null $selectedTemplate
* @param
string|
null $selectedExtension
* @param array $filters
* @throws InvalidQueryException
* @throws NoSuchArgumentException
...
...
@@ -80,7 +80,7 @@ class QueueController extends AbstractController {
* @throws StopActionException
* @throws UnsupportedRequestTypeException
*/
public
function
indexAction
(
$selectedTemplate
=
NULL
,
$selectedExtension
=
NULL
,
array
$filters
=
[]):
void
{
public
function
indexAction
(
string
$selectedTemplate
=
NULL
,
string
$selectedExtension
=
NULL
,
array
$filters
=
[]):
void
{
$this
->
requireSite
();
$this
->
initSessionAndTemplateFilter
(
$filters
);
$this
->
view
->
assignMultiple
([
...
...
Write
Preview
Supports
Markdown
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