diff --git a/public-legacy/forum/post.php b/public-legacy/forum/post.php index 4b071a7..7ef0b34 100644 --- a/public-legacy/forum/post.php +++ b/public-legacy/forum/post.php @@ -137,6 +137,6 @@ switch($postMode) { break; default: // function as an alt for topic.php?p= by default - Tools::redirect($urls->format('forum-post', ['post' => $postInfo->getId()]); + Tools::redirect($urls->format('forum-post', ['post' => $postInfo->getId()])); break; }