fix worklog entry view

main
msquare 7 years ago
parent 372f474dbc
commit d66dc43aec

@ -481,7 +481,7 @@ function User_view_worklog($worklog, $admin_user_worklog_privilege) {
'comment' => $worklog['comment'] . '<br>' 'comment' => $worklog['comment'] . '<br>'
. sprintf( . sprintf(
_('Added by %s at %s'), _('Added by %s at %s'),
User_Nick_render(User($worklog['user_id'])), User_Nick_render(User($worklog['created_user_id'])),
date('Y-m-d H:i', $worklog['created_timestamp']) date('Y-m-d H:i', $worklog['created_timestamp'])
), ),
'actions' => $actions 'actions' => $actions

Loading…
Cancel
Save