Project

General

Profile

Bug #23521 » 23521_v3_45.diff

Helmut Hummel, 2012-01-15 12:38

View differences:

t3lib/class.t3lib_userauth.php
$id = $this->getCookie($this->name);
$this->svConfig = $TYPO3_CONF_VARS['SVCONF']['auth'];
// if we have a flash client, take the ID from the GP
// if we have a flash client, take the ID from POST
if (!$id && $GLOBALS['CLIENT']['BROWSER'] == 'flash') {
$id = t3lib_div::_GP($this->name);
$id = t3lib_div::_POST($this->name);
}
// If fallback to get mode....
typo3/sysext/dbal
Subproject commit acef413c963c60fe61a0441f290ef780c3ef51a5
Subproject commit 951523fbee1cfaeee6dc744b34ae9ee3388e63b7
typo3/sysext/filelist/mod1/file_list.php
"file[upload][1][target]": "' . $this->id . '",
"file[upload][1][data]": 1,
"file[upload][1][charset]": "utf-8",
"ajaxID": "TYPO3_tcefile::process"
"ajaxID": "TYPO3_tcefile::process",
"'. $GLOBALS['BE_USER']->name .'": "'. $GLOBALS['BE_USER']->id .'"
}
};
(5-5/5)