X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/2ad58cad8858ba60efa4a375e28bdd4cbb0705e8..26fce78c6300537b8f47cda66f782b1f16b2a57e:/typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php diff --git a/typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php b/typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php index 201f3462f2b1..bda2a8a01a86 100644 --- a/typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php +++ b/typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php @@ -2512,7 +2512,8 @@ class ElementBrowser { // Make footer of upload form, including the submit button: $redirectValue = $this->getThisScript() . 'act=' . $this->act . '&mode=' . $this->mode . '&expandFolder=' . rawurlencode($folderObject->getCombinedIdentifier()) - . '&bparams=' . rawurlencode($this->bparams); + . '&bparams=' . rawurlencode($this->bparams) + . (is_array($this->P) ? GeneralUtility::implodeArrayForUrl('P', $this->P) : ''); $code .= ''; $code .= FormEngine::getHiddenTokenField('tceAction'); $code .= '