Fixed error when trying to add a new change.
This commit is contained in:
parent
3f867af99b
commit
a430568925
2 changed files with 2 additions and 2 deletions
public-legacy/manage/changelog
|
@ -115,5 +115,5 @@ Template::render('manage.changelog.change', [
|
|||
'change_info_tags' => $changeTagIds,
|
||||
'change_tags' => $tagInfos,
|
||||
'change_actions' => $changeActions,
|
||||
'change_author_id' => $authInfo->getUserInfo(),
|
||||
'change_author_id' => $authInfo->getUserInfo()->getId(),
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue