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
53ea44f5
Commit
53ea44f5
authored
Jan 17, 2019
by
Carsten Rose
Browse files
fillStoreVar: Replace setStore() with appendToStore()
parent
e37fe689
Pipeline
#1368
passed with stage
in 1 minute and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Source/core/Evaluate.php
View file @
53ea44f5
...
...
@@ -92,7 +92,7 @@ class Evaluate {
$arr
=
$this
->
parse
(
$tokenArray
[
FE_FILL_STORE_VAR
],
ROW_REGULAR
,
0
,
$debugStack
);
if
(
!
empty
(
$arr
)){
$this
->
store
::
set
Store
(
$arr
[
0
],
STORE_VAR
);
$this
->
store
::
appendTo
Store
(
$arr
[
0
],
STORE_VAR
);
}
unset
(
$tokenArray
[
FE_FILL_STORE_VAR
]);
}
...
...
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