File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public function __construct(
2929 private readonly QueryBuilder $ queryBuilder ,
3030 array $ options = []
3131 ) {
32- $ this ->languageService = GeneralUtility:: makeInstance (LanguageServiceFactory::class)-> create ( $ GLOBALS ['BE_USER ' ]-> uc [ ' lang ' ]) ;
32+ $ this ->languageService = $ GLOBALS ['LANG ' ] ;
3333 $ this ->options = array_merge (
3434 [
3535 'fieldName ' => 'tx_cart_domain_model_order_item.order_date ' ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public function __construct(
2828 private readonly QueryBuilder $ queryBuilder ,
2929 array $ options = []
3030 ) {
31- $ this ->languageService = GeneralUtility:: makeInstance (LanguageServiceFactory::class)-> create ( $ GLOBALS ['BE_USER ' ]-> uc [ ' lang ' ]) ;
31+ $ this ->languageService = $ GLOBALS ['LANG ' ] ;
3232 $ this ->options = array_merge (
3333 [
3434 'fieldName ' => 'tx_cart_domain_model_order_item.order_date ' ,
You can’t perform that action at this time.
0 commit comments