Bug #23428 ยป 15531.diff
typo3/sysext/cms/tslib/class.tslib_fe.php (working copy) | ||
---|---|---|
$hArr = array(
|
||
$this->jumpurl,
|
||
t3lib_div::_GP('locationData'),
|
||
t3lib_div::_GP('mimeType'),
|
||
(string)t3lib_div::_GP('mimeType'), // Need a type cast here because mimeType is optional!
|
||
$this->TYPO3_CONF_VARS['SYS']['encryptionKey']
|
||
);
|
||
$calcJuHash=t3lib_div::shortMD5(serialize($hArr));
|