Project

General

Profile

Bug #23428 ยป 15531.diff

Administrator Admin, 2010-08-23 12:41

View differences:

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));
    (1-1/1)