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
2e7fdf64
Commit
2e7fdf64
authored
Dec 08, 2018
by
Carsten Rose
Browse files
AbstractBuildForm.php: remove empty lines
parent
b3c96c60
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/AbstractBuildForm.php
View file @
2e7fdf64
...
...
@@ -263,9 +263,8 @@ abstract class AbstractBuildForm {
throw
new
UserFormException
(
json_encode
([
ERROR_MESSAGE_TO_USER
=>
'Invalid record ID'
,
ERROR_MESSAGE_SUPPORT
=>
'Invalid record ID: r="'
.
$recordId
]),
ERROR_INVALID_VALUE
);
}
$htmlElements
=
$this
->
elements
(
$recordId
,
$filter
,
0
,
$json
,
$modeCollectFe
,
$htmlElementNameIdZero
,
$storeUse
,
$mode
);
if
(
$mode
===
FORM_SAVE
&&
$recordId
!=
0
)
{
...
...
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