diff --git a/t3lib/class.t3lib_userauth.php b/t3lib/class.t3lib_userauth.php index e8256eb..d5b78a6 100644 --- a/t3lib/class.t3lib_userauth.php +++ b/t3lib/class.t3lib_userauth.php @@ -215,9 +215,9 @@ class t3lib_userAuth { $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.... diff --git a/typo3/sysext/dbal b/typo3/sysext/dbal index acef413..951523f 160000 --- a/typo3/sysext/dbal +++ b/typo3/sysext/dbal @@ -1 +1 @@ -Subproject commit acef413c963c60fe61a0441f290ef780c3ef51a5 +Subproject commit 951523fbee1cfaeee6dc744b34ae9ee3388e63b7 diff --git a/typo3/sysext/filelist/mod1/file_list.php b/typo3/sysext/filelist/mod1/file_list.php index dd8e0f7..d98b3a4 100644 --- a/typo3/sysext/filelist/mod1/file_list.php +++ b/typo3/sysext/filelist/mod1/file_list.php @@ -196,7 +196,8 @@ class SC_file_list { "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 .'" } };