diff options
author | Jonas Kohl | 2024-12-10 10:56:44 +0100 |
---|---|---|
committer | Jonas Kohl | 2024-12-10 10:56:44 +0100 |
commit | 6dd994935deb5cf988642d37348f6803a68683d4 (patch) | |
tree | 8dc161d644db852e155fd0eb7be0a02554c4c143 /src/application/templates/bootstrap-3/view_topic.twig | |
parent | 6687b7dee8201b1db5b9c2b0560f126a697ff3ab (diff) |
Fix small bugs
Diffstat (limited to 'src/application/templates/bootstrap-3/view_topic.twig')
-rw-r--r-- | src/application/templates/bootstrap-3/view_topic.twig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application/templates/bootstrap-3/view_topic.twig b/src/application/templates/bootstrap-3/view_topic.twig index 0344fe4..383dd41 100644 --- a/src/application/templates/bootstrap-3/view_topic.twig +++ b/src/application/templates/bootstrap-3/view_topic.twig @@ -286,6 +286,7 @@ $(function() { post: item.post, postAuthor: item.postAuthor, topic: item.topic, + topicAuthor: item.topicAuthor, attachments: item.attachments, hide_actions: false, hide_pfp: false, |