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
4186d647
Commit
4186d647
authored
Aug 08, 2017
by
Carsten Rose
Browse files
QuickformUpdate.php: move systemSToreUpdate to the end.
parent
c8f98bbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/QuickFormQuery.php
View file @
4186d647
...
...
@@ -148,7 +148,6 @@ class QuickFormQuery {
$bodytext
=
$this
->
t3data
[
T3DATA_BODYTEXT
];
$this
->
store
=
Store
::
getInstance
(
$bodytext
,
$phpUnit
);
$this
->
store
->
systemStoreUpdate
();
$this
->
store
->
setVar
(
TYPO3_TT_CONTENT_UID
,
$t3data
[
T3DATA_UID
],
STORE_TYPO3
);
$this
->
db
=
new
Database
();
...
...
@@ -158,6 +157,7 @@ class QuickFormQuery {
$updateDb
=
new
DatabaseUpdate
(
$this
->
db
);
$updateDb
->
checkNupdate
(
$dbUpdate
);
$this
->
store
->
systemStoreUpdate
();
// Do this after the DB-update
}
/**
...
...
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