Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpanderson committed Jan 28, 2025
1 parent f600bd8 commit e6ef943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/user/forum_forum.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function forum_page($forum, $user, $msg=null) {
switch (user_can_create_thread($user, $forum)) {
case 'yes':
show_button(
"forum_post.php?id=$id", tra("New thread"),
"forum_post.php?id=$forum->id", tra("New thread"),
tra("Add a new thread to this forum")
);
break;
Expand Down

0 comments on commit e6ef943

Please sign in to comment.