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
ecc6a469
Commit
ecc6a469
authored
Jan 14, 2019
by
Carsten Rose
Browse files
Refactor function name: FillStoreSystemBySql()
parent
a8d1ab18
Pipeline
#1329
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Source/core/QuickFormQuery.php
View file @
ecc6a469
...
...
@@ -189,7 +189,7 @@ class QuickFormQuery {
$updateDb
=
new
DatabaseUpdate
(
$this
->
dbArray
[
$this
->
dbIndexQfq
]);
$updateDb
->
checkNupdate
(
$dbUpdate
);
$this
->
store
->
StoreSystem
Update
();
// Do this after the DB-update
$this
->
store
->
Fill
StoreSystem
BySql
();
// Do this after the DB-update
// Set dbIndex, evaluate any
$dbIndex
=
$this
->
store
->
getVar
(
TOKEN_DB_INDEX
,
STORE_TYPO3
.
STORE_EMPTY
);
...
...
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