Actions
Bug #34642
closedShortcut redirects might loose linkVars
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-03-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In case your TypoScript has a type indication within config.linkVars (e.g. config.linkVars = L(int) ),
the redirect made in tslib_fe::checkPageForShortcutRedirect won't work as expected because the "t3lib_div::trimExplode()" isn't enough in this case to keep the vars.
LinkVar configuration is documented here: http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.6.0/view/1/6/#id2627521
Actions