Actions
Bug #60644
closedpi_linkTP_keepPIvars_url wont create working urls with Simulate Static Documents and custom GET vars
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-07-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
e.g. the call
$this->pi_linkTP_keepPIvars_url(array("test"=>$uid), 1, 1, $GLOBALS['TSFE']->id)
worked with 6.1 and is broken with 6.2. It creates a good looking url like
abc.199+M52ddde4d5d8.0.html
but the GET var is not transfered (locally) or the page is the 404 function is even called (production system)
Actions