2009-06-13 Steffen Kamper <info@sk-typo3.de>
+ * Fixed bug #10617: Collapse in list module doesn't process returnPath
* Fixed bug #8875: typo3 logo in backend on top left looks not perfect because it has white background on gradient background (thanks to Johannes Feustel)
2009-06-12 Steffen Kamper <info@sk-typo3.de>
// Save modified user uc
$GLOBALS['BE_USER']->uc['moduleData']['db_list.php'] = $this->tablesCollapsed;
$GLOBALS['BE_USER']->writeUC($GLOBALS['BE_USER']->uc);
+ if (t3lib_div::_GP('returnUrl')) {
+ $location = t3lib_div::_GP('returnUrl');
+ t3lib_div::redirect($location);
+ }
}
if ($sL>0) {