Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
3cd27876
Commit
3cd27876
authored
Jun 09, 2016
by
Carsten Rose
Browse files
BuildFormBootstrap.php: Signature BuildPill() adjusted.
parent
4dbfcb9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/AbstractBuildForm.php
View file @
3cd27876
...
...
@@ -1997,7 +1997,7 @@ abstract class AbstractBuildForm {
}
/**
* Build Pill
* Build Pill
:
*
* @param array $formElement
* @param $htmlFormElementId
...
...
extension/qfq/qfq/BuildFormBootstrap.php
View file @
3cd27876
...
...
@@ -353,7 +353,7 @@ EOF;
* @param $value
* @return mixed
*/
public
function
buildPill
(
array
$formElement
,
$htmlFormElementId
,
$value
,
&
$json
)
{
public
function
buildPill
(
array
$formElement
,
$htmlFormElementId
,
$value
,
array
&
$json
)
{
$html
=
''
;
// save parent processed FE's
$tmpStore
=
$this
->
feSpecNative
;
...
...
Write
Preview
Markdown
is supported
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