Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
a9a26973
Commit
a9a26973
authored
Jul 14, 2020
by
Marc Egger
Browse files
Refs #10120 coersion to int not necessary. PHP does it automatically due to type hint.
parent
f416e94d
Pipeline
#3608
failed with stages
in 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Classes/Core/Form/FormAsFile.php
View file @
a9a26973
...
...
@@ -302,7 +302,6 @@ class FormAsFile
*/
public
static
function
isFormOrFormElement
(
int
$recordId
,
string
$recordTable
,
Database
$database
)
{
$recordId
=
intval
(
$recordId
);
if
(
$recordId
===
0
)
{
return
false
;
}
...
...
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