Project

General

Profile

Bug #23381 ยป 15465-sysaction-dbmounts.patch

Administrator Admin, 2010-09-11 07:36

View differences:

typo3/sysext/sys_action/task/class.tx_sysaction_task.php (Arbeitskopie)
// check rootline and access rights
if ($this->checkRootline($uid) && $GLOBALS['BE_USER']->calcPerms($page)) {
$cleanDbMountList[] = 'pages' . $uid;
$cleanDbMountList[] = 'pages_' . $uid;
}
}
// build the clean list
    (1-1/1)