diff options
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, |