Bug #21472 ยป 15390-sysaction-link.patch
typo3/sysext/sys_action/task/class.tx_sysaction_task.php (Arbeitskopie) | ||
---|---|---|
}
|
||
// 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);
|
||
$href = 'mod.php?M=user_task&SET[function]=sys_action.tx_sysaction_task&show=' . intval($sysActionUid) . '&be_users_uid=' . intval($userId);
|
||
$link = '<a href="' . $href . '">' . htmlspecialchars($username) . '</a>';
|
||
// link to delete the user record
|