[TYPO3-english] RealURL and type parameter encoding

Andreas Kiessling kiessling at pluspol.info
Fri May 28 13:51:24 CEST 2010


Hi,

guess i found it:
change
protected function appendFileName(array $paramKeyValues, $newUrl) {

to
protected function appendFileName(array &$paramKeyValues, $newUrl) {

so the type parameter gets removed and this part does not add the 
parameter again.

// Manage remaining GET parameters:
if (count($paramKeyValues)) {


I changed this in a current project and it does not seem to cause any 
other problems. That function was introduced with rev. 30953 / 1.8.0

Regards,
Andreas



More information about the TYPO3-english mailing list