[TYPO3-german] Re: jumpurl Fehler nach Update auf 4.7.9
Ralph Brugger
typo3bugs at public.linkpool.de
Thu Mar 7 11:32:42 CET 2013
Wegen direct_mail
Bei uns klappt es dann nach Peters Patch auch.
Damit entfällt der Hotfix komplett:
http://forge.typo3.org/issues/46087
direct_mail/res/scripts/class.tx_directmail_checkjumpurl.php
function checkDataSubmission (&$feObj) {
..
// finally set the jumpURL to the TSFE object
$feObj->jumpurl = $jumpurl;
+ # set juHash as done for external_url in core: http://forge.typo3.org/issues/46071
+ t3lib_div::_GETset(t3lib_div::hmac($jumpurl, 'jumpurl'), 'juHash');
}
More information about the TYPO3-german
mailing list