Actions
Bug #22260
closedRedirects use incorrect function parameters
Start date:
2010-03-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In processRedirect() a redirect url is made by calling $this->pi_getPageLink(pid, array(), TRUE) .
The function is declared as:
tslib_pibase::pi_getPageLink($id,$target='',$urlParameters=array())
So, the parameters don't match.
(issue imported from #M13788)
Files
Updated by Steffen Kamper over 14 years ago
committed to svn
trunk rev 7317
4_3 rev 7319
Actions