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) @@ -483,13 +483,13 @@ } // link to update the user record - $href = 'mod.php?M=user_task&SET[function]=sys_action.tasks&show=' . intval($sysActionUid) . '&be_users_uid=' . intval($userId); - $link = '' . htmlspecialchars($username) . ''; + $href = 'mod.php?M=user_task&SET[function]=sys_action.tx_sysaction_task&show=' . intval($sysActionUid) . '&be_users_uid=' . intval($userId); + $link = '' . htmlspecialchars($username) . ''; // link to delete the user record $onClick = ' onClick="return confirm('.$GLOBALS['LANG']->JScharCode($GLOBALS['LANG']->getLL("lDelete_warning")).');"'; $link .= ' - + '; return $link;