projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[BUGFIX] Don't preserve piVars in felogin links
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
felogin
/
Tests
/
Unit
/
Controller
/
FrontendLoginControllerTest.php
diff --git
a/typo3/sysext/felogin/Tests/Unit/Controller/FrontendLoginControllerTest.php
b/typo3/sysext/felogin/Tests/Unit/Controller/FrontendLoginControllerTest.php
index
83c20c0
..
77fc328
100644
(file)
--- a/
typo3/sysext/felogin/Tests/Unit/Controller/FrontendLoginControllerTest.php
+++ b/
typo3/sysext/felogin/Tests/Unit/Controller/FrontendLoginControllerTest.php
@@
-309,6
+309,9
@@
class FrontendLoginTest extends \TYPO3\CMS\Core\Tests\UnitTestCase {
'special2' => array(
'foo' => 'bar',
),
+ 'tx_felogin_pi1' => array(
+ 'forgot' => 1,
+ ),
),
'all',
'&special1=23&special2[foo]=bar',