Skip to content
Snippets Groups Projects
Commit c49eee5b authored by Carsten  Rose's avatar Carsten Rose
Browse files

Bug #4966 / Variable {{feUser:T}} is not available in config.qfq.ini...

Bug #4966 / Variable {{feUser:T}} is not available in config.qfq.ini FILL_STORE_VAR - changed ordering of store initialization. Now: TCY...
parent 345e6973
No related branches found
No related tags found
No related merge requests found
...@@ -168,9 +168,9 @@ class Store { ...@@ -168,9 +168,9 @@ class Store {
STORE_ADDITIONAL_FORM_ELEMENTS => false, STORE_ADDITIONAL_FORM_ELEMENTS => false,
]; ];
self::fillStoreTypo3($bodytext); // should be filled before fillStoreSystem() to offer T3 variables
self::fillStoreClient(); // should be filled before fillStoreSystem() to offer Client variables
self::fillStoreSystem($fileConfigIni); self::fillStoreSystem($fileConfigIni);
self::fillStoreTypo3($bodytext);
self::fillStoreClient();
self::fillStoreSip(); self::fillStoreSip();
self::fillStoreExtra(); self::fillStoreExtra();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment