summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
096bf73)
Change-Id: Icb60d6ab5725da2ffe5f67c2b0dcf02280a91ab3
Releases: 6.1, 6.0, 4.7
Fixes: #46829
Reviewed-on: https://review.typo3.org/20002
Reviewed-by: Markus Klein
Reviewed-by: Michael Stucki
Tested-by: Michael Stucki
$getVars['no_cache'],
$getVars['logintype'],
$getVars['redirect_url'],
$getVars['no_cache'],
$getVars['logintype'],
$getVars['redirect_url'],
+ $getVars['cHash'],
+ $getVars[$this->prefixId]
);
if ($this->conf['preserveGETvars'] === 'all') {
$preserveQueryParts = $getVars;
);
if ($this->conf['preserveGETvars'] === 'all') {
$preserveQueryParts = $getVars;
'special2' => array(
'foo' => 'bar',
),
'special2' => array(
'foo' => 'bar',
),
+ 'tx_felogin_pi1' => array(
+ 'forgot' => 1,
+ ),
),
'all',
'&special1=23&special2[foo]=bar',
),
'all',
'&special1=23&special2[foo]=bar',