File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -561,14 +561,14 @@ private function processEmptySearchParams(): void
561561 }
562562 $ this ->addFacetsMenu ();
563563 $ this ->view ->assign ('lastSearch ' , $ this ->searchParams );
564- $ this -> request ->getAttribute ('frontend.user ' )->setKey ('ses ' , 'search ' , $ this ->searchParams );
564+ $ GLOBALS [ ' TYPO3_REQUEST ' ] ->getAttribute ('frontend.user ' )->setKey ('ses ' , 'search ' , $ this ->searchParams );
565565 }
566566
567567 if (!empty ($ listRequestData )) {
568568 $ this ->searchParams = $ listRequestData ['searchParameter ' ];
569569 $ this ->addFacetsMenu ();
570570 $ this ->view ->assign ('lastSearch ' , $ this ->searchParams );
571- $ this -> request ->getAttribute ('frontend.user ' )->setKey ('ses ' , 'search ' , $ this ->searchParams );
571+ $ GLOBALS [ ' TYPO3_REQUEST ' ] ->getAttribute ('frontend.user ' )->setKey ('ses ' , 'search ' , $ this ->searchParams );
572572 }
573573
574574 if (empty ($ collectionRequestData ) && empty ($ listRequestData )) {
You can’t perform that action at this time.
0 commit comments