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