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
58d35bff
Commit
58d35bff
authored
Dec 11, 2017
by
Carsten Rose
Browse files
Fix problem with commit from 8.12.17 / Store.php: appendToStore.php stopped working.
parent
af0236e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/store/Store.php
View file @
58d35bff
...
...
@@ -875,7 +875,7 @@ class Store {
*/
public
static
function
appendToStore
(
$storeName
,
$values
)
{
if
(
empty
(
$value
)
||
!
is_array
(
$value
))
{
if
(
empty
(
$value
s
)
||
!
is_array
(
$value
s
))
{
return
;
}
...
...
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