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
d93ae811
Commit
d93ae811
authored
Feb 23, 2016
by
Carsten Rose
Browse files
HelperFormElement: fixed bug in explodeInArrayElement
parent
dd585891
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/helper/HelperFormElement.php
View file @
d93ae811
...
...
@@ -57,6 +57,7 @@ class HelperFormElement
{
foreach
(
$elements
AS
$key
=>
$element
)
{
self
::
explodeParameter
(
$element
);
$elements
[
$key
]
=
$element
;
}
}
...
...
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