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
90f06a05
Commit
90f06a05
authored
Jan 14, 2019
by
Carsten Rose
Browse files
Refactor function name: FillStoreSystemBySql()
parent
ecc6a469
Pipeline
#1330
passed with stage
in 2 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Source/core/store/Store.php
View file @
90f06a05
...
...
@@ -171,7 +171,7 @@ class Store {
STORE_ADDITIONAL_FORM_ELEMENTS
=>
false
,
];
self
::
fillStoreTypo3
(
$bodytext
);
// should be filled before fillStoreSystem() to offer T3 variables
self
::
fillStoreTypo3
(
$bodytext
);
// should be filled before fillStoreSystem() to offer T3 variables
, especially 'feUser'
self
::
fillStoreClient
();
// should be filled before fillStoreSystem() to offer Client variables
self
::
fillStorePhpSession
(
STORE_EXTRA
);
// should be filled before fillStoreSystem() to restore variables like SYSTEM_SHOW_DEBUG_INFO
self
::
fillStorePhpSession
(
STORE_USER
);
// should be filled before fillStoreSystem() to restore variables like SYSTEM_SHOW_DEBUG_INFO
...
...
@@ -921,7 +921,7 @@ class Store {
* @throws UserFormException
* @throws UserReportException
*/
public
static
function
StoreSystem
Update
()
{
public
static
function
Fill
StoreSystem
BySql
()
{
$db
=
null
;
$flagDirty
=
false
;
...
...
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