Project

General

Profile

Bug #21472 ยป 15390-sysaction-link.patch

Administrator Admin, 2010-09-10 17:58

View differences:

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
    (1-1/1)