Bug #20135 ยป 10617_v2.diff
typo3/class.db_list.inc (working copy) | ||
---|---|---|
// 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) {
|